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