diff --git a/static/js/mainMenu.js b/static/js/mainMenu.js index 4139a0d5..bb6f131e 100644 --- a/static/js/mainMenu.js +++ b/static/js/mainMenu.js @@ -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...')} ] } ] : []