source: binary-improvements/webserver/js/index.js@ 405

Last change on this file since 405 was 293, checked in by alloc, 8 years ago

Web: Added option to not show the navbar on page load

  • Property svn:executable set to *
File size: 246 bytes
RevLine 
[250]1//InitializeTabs ();
2var tabs = $("#adminmenu").tabbedContent ({
3 contentdiv: $("#admincontent"),
[274]4 hidebuttondiv: $(".adminnavbarhidebutton"),
5 menubardiv: $(".adminnavbar"),
[293]6 hideOnStart: false,
[250]7});
[245]8SetupInventoryDialog ();
9InitPermissions ();
[173]10
Note: See TracBrowser for help on using the repository browser.