From 47322639c4efb31cb6dd3d81d2861b50dbba8ac6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 22 Dec 2012 02:17:59 +0100 Subject: [PATCH] add (non-functional) 'Show Reflections' main menu item --- static/js/pandora/mainMenu.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/static/js/pandora/mainMenu.js b/static/js/pandora/mainMenu.js index aa11b1d5..af72d7c6 100644 --- a/static/js/pandora/mainMenu.js +++ b/static/js/pandora/mainMenu.js @@ -64,11 +64,14 @@ pandora.ui.mainMenu = function() { { id: 'icons', title: 'Icons', items: [].concat([ { group: 'viewicons', min: 1, max: 1, items: ['posters', 'frames'].map(function(icons) { return {id: icons, title: Ox.toTitleCase(icons), checked: ui.icons == icons}; - }) } - ], pandora.site.media.importPosters ? [ + }) }, {}, - { id: 'showsiteposters', title: 'Always Show ' + pandora.site.site.name + ' Poster', checked: ui.showSitePosters } - ] : [] + ], pandora.site.media.importPosters ? [ + { id: 'showsiteposters', title: 'Always Show ' + pandora.site.site.name + ' Poster', checked: ui.showSitePosters }, + {} + ] : [], [ + { id: 'showreflections', title: 'Show Reflections', checked: true, disabled: true } + ] ) }, { id: 'timelines', title: 'Timelines', items: [ { group: 'viewtimelines', min: 1, max: 1, items: pandora.site.timelines.map(function(mode) {