mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Backport of Nathans fix for possible undefined var
This commit is contained in:
parent
a87f6bdf33
commit
df0f89ecf8
@ -152,7 +152,7 @@ function dropdown_menu_hack(el)
|
|||||||
{
|
{
|
||||||
if(el.runtimeStyle)
|
if(el.runtimeStyle)
|
||||||
{
|
{
|
||||||
if(enable_ie_dropdownmenuhack) {
|
if(typeof(enable_ie_dropdownmenuhack)!=='undefined') {
|
||||||
if (enable_ie_dropdownmenuhack==1){} else return;
|
if (enable_ie_dropdownmenuhack==1){} else return;
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user