Make the Administration menu item be show/hide-driven.

Always render the Administration menu item from the back end, but
make it be hidden by default until the page is loaded.  Then, the
client can un-hide it as needed.

(imported from commit 66e607eec430d7179b4d5ac3f5416f5be8ac26c9)
This commit is contained in:
Steve Howell
2014-01-21 19:43:11 -05:00
parent 90ba39d02e
commit 887c2059b1
4 changed files with 16 additions and 3 deletions

View File

@@ -966,6 +966,8 @@ $(function () {
$('#old_password, #new_password, #confirm_password').val('');
}
admin.show_or_hide_menu_item();
$('#gear-menu a[data-toggle="tab"]').on('show', function (e) {
// Save the position of our old tab away, before we switch
var old_tab = $(e.relatedTarget).attr('href');