This commit is contained in:
rolux 2014-12-17 14:39:38 +00:00
parent a1008f87c9
commit 3de663dad4
1 changed files with 2 additions and 2 deletions

View File

@ -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...')}
] }
]
: []