From ce46318375027dca7ab7b575bfa11a572af70517 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 9 May 2013 19:44:31 +0200 Subject: [PATCH] main menu: remove separator above language --- static/js/pandora/mainMenu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora/mainMenu.js b/static/js/pandora/mainMenu.js index 64fbf9341..21df6ec0c 100644 --- a/static/js/pandora/mainMenu.js +++ b/static/js/pandora/mainMenu.js @@ -158,7 +158,6 @@ pandora.ui.mainMenu = function() { return {id: theme, title: Ox.Theme.getThemeData(theme).themeName, checked: ui.theme == theme} }) } ] }, - {}, { id: 'locale', title: Ox._('Language'), items: [ { group: 'setlocale', min: 1, max: 1, items: Object.keys(Ox.LOCALE_NAMES).map(function(locale) { return {id: locale, title: Ox.LOCALE_NAMES[locale], checked: ui.locale == locale}