[elegant]

when disabling the animation of the main menu, make sure the menu will be showed

git-svn-id: http://piwigo.org/svn/trunk@23535 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-06-25 19:07:57 +00:00
parent 8806405090
commit 2381c1c44f
+4 -3
View File
@@ -73,9 +73,10 @@ jQuery("document").ready(function(jQuery){
return false;
}
});
}
}
else if (menubar.length == 1 && p_main_menu=="disabled") {
showMenu(0);
}
});