forked from 0x2620/pandora
typo
This commit is contained in:
parent
a1008f87c9
commit
3de663dad4
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@ pandora.ui.mainMenu = function() {
|
|||
{ id: 'debugmode', title: Ox._((pandora.localStorage('enableDebugMode') ? 'Disable' : 'Enable') + ' Debug Mode') },
|
||||
{ id: 'eventlogging', title: Ox._((pandora.localStorage('enableEventLogging') ? 'Disable' : 'Enable') + ' Event Logging')},
|
||||
{},
|
||||
{ id: 'tests', title: Ox._('Run Tests')}
|
||||
{ id: 'errorlogs', title: Ox._('Error Logs...')},
|
||||
{ id: 'tests', title: Ox._('Run Tests')},
|
||||
{ id: 'errorlogs', title: Ox._('Error Logs...')}
|
||||
] }
|
||||
]
|
||||
: []
|
||||
|
|
Loading…
Reference in a new issue