Remove "drag-and-drop" and "IE dropdownmenu hack" from the common preferences

This commit is contained in:
Hadi Nategh
2013-12-19 10:19:14 +00:00
parent d3e89b1095
commit 1d14ecc80f
4 changed files with 15 additions and 38 deletions

View File

@ -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;
}