diff --git a/scripts.js b/scripts.js index 86a43a1..a6c80c7 100644 --- a/scripts.js +++ b/scripts.js @@ -73,9 +73,10 @@ jQuery("document").ready(function(jQuery){ return false; } }); - - - } + } + else if (menubar.length == 1 && p_main_menu=="disabled") { + showMenu(0); + } });