From 3de663dad47ab6d5f9de087406555679184e8f51 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 17 Dec 2014 14:39:38 +0000 Subject: [PATCH] typo --- static/js/mainMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...')} ] } ] : []