source: binary-improvements/webserver_legacy/js/index.js@ 461

Last change on this file since 461 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
Line 
1//InitializeTabs ();
2var tabs = $("#adminmenu").tabbedContent ({
3 contentdiv: $("#admincontent"),
4 hidebuttondiv: $(".adminnavbarhidebutton"),
5 menubardiv: $(".adminnavbar"),
6 hideOnStart: false,
7});
8SetupInventoryDialog ();
9InitPermissions ();
10
Note: See TracBrowser for help on using the repository browser.