From 1e15d26f2af3582fca9b9c5ca4ebe42639a9c878 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 20 Mar 2012 19:17:53 +0000 Subject: [PATCH] resurrect order button --- static/js/pandora/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/toolbar.js b/static/js/pandora/toolbar.js index 701d7264..a9289bc4 100644 --- a/static/js/pandora/toolbar.js +++ b/static/js/pandora/toolbar.js @@ -83,7 +83,7 @@ pandora.ui.toolbar = function() { } function getListTitleLeft() { return 320 - ( - ['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 148 : 0 + ['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 168 : 0 ); } return that;