mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Remove "drag-and-drop" and "IE dropdownmenu hack" from the common preferences
This commit is contained in:
@ -570,8 +570,13 @@ function dropdown_menu_hack(el)
|
||||
{
|
||||
if(el.runtimeStyle)
|
||||
{
|
||||
if(typeof(enable_ie_dropdownmenuhack) !== 'undefined') {
|
||||
if (enable_ie_dropdownmenuhack==1){} else return;
|
||||
if(typeof(enable_ie_dropdownmenuhack) !== 'undefined')
|
||||
{
|
||||
if (enable_ie_dropdownmenuhack==1){
|
||||
|
||||
}
|
||||
else
|
||||
return;
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user