From 7a2fa69b28395d451956e80241e7879406d56fc3 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 11 Nov 2011 16:11:01 +0000 Subject: [PATCH] disable advanced sort --- static/js/pandora/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/menu.js b/static/js/pandora/menu.js index c1aef0be..34e750e0 100644 --- a/static/js/pandora/menu.js +++ b/static/js/pandora/menu.js @@ -492,7 +492,7 @@ pandora.ui.mainMenu = function() { { id: 'descending', title: 'Descending', checked: (ui.listSort[0].operator || pandora.getSortOperator(ui.listSort[0].key)) == '-' } ]} ] }, - { id: 'advancedsort', title: 'Advanced Sort...', keyboard: 'shift control s' }, + { id: 'advancedsort', title: 'Advanced Sort...', keyboard: 'shift control s', disabled: true }, {}, { id: 'sortfilters', title: 'Sort Filters', items: pandora.user.ui.filters.map(function(filter) { return {