This commit is contained in:
rolux 2014-12-17 14:39:38 +00:00
parent a1008f87c9
commit 3de663dad4

View file

@ -224,8 +224,8 @@ pandora.ui.mainMenu = function() {
{ id: 'debugmode', title: Ox._((pandora.localStorage('enableDebugMode') ? 'Disable' : 'Enable') + ' Debug Mode') }, { id: 'debugmode', title: Ox._((pandora.localStorage('enableDebugMode') ? 'Disable' : 'Enable') + ' Debug Mode') },
{ id: 'eventlogging', title: Ox._((pandora.localStorage('enableEventLogging') ? 'Disable' : 'Enable') + ' Event Logging')}, { id: 'eventlogging', title: Ox._((pandora.localStorage('enableEventLogging') ? 'Disable' : 'Enable') + ' Event Logging')},
{}, {},
{ id: 'tests', title: Ox._('Run Tests')} { id: 'tests', title: Ox._('Run Tests')},
{ id: 'errorlogs', title: Ox._('Error Logs...')}, { id: 'errorlogs', title: Ox._('Error Logs...')}
] } ] }
] ]
: [] : []