forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
49a2ff5ded
commit
e946e9da58
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ pandora.ui.mainMenu = function() {
|
|||
{},
|
||||
{ id: 'users', title: Ox._('Manage Users...'), disabled: !pandora.site.capabilities.canManageUsers[pandora.user.level] },
|
||||
{ id: 'statistics', title: Ox._('Statistics...'), disabled: !pandora.site.capabilities.canManageUsers[pandora.user.level] },
|
||||
{},
|
||||
{ id: 'changelog', title: Ox._('Changelog...'), disabled: !pandora.site.capabilities.canManageUsers[pandora.user.level] }
|
||||
] },
|
||||
{ id: 'helpMenu', title: Ox._('Help'), items: [
|
||||
|
|
Loading…
Reference in a new issue