mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Fix for possibly undefined variable
This commit is contained in:
parent
ef4b5a48ab
commit
af9df0faf4
@ -152,7 +152,7 @@ function dropdown_menu_hack(el)
|
||||
{
|
||||
if(el.runtimeStyle)
|
||||
{
|
||||
if(enable_ie_dropdownmenuhack) {
|
||||
if(typeof(enable_ie_dropdownmenuhack) !== 'undefined') {
|
||||
if (enable_ie_dropdownmenuhack==1){} else return;
|
||||
} else {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user