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

Last change on this file since 275 was 274, checked in by alloc, 9 years ago

Fixes #117: Collapsible menu

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