From 78871b6dce209ed51157ee3ecb9810f5337d278e Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Mar 2013 19:05:00 +0530 Subject: [PATCH] fix a bug in sort element --- static/js/pandora/sortElement.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora/sortElement.js b/static/js/pandora/sortElement.js index b12c25730..94a8fa519 100644 --- a/static/js/pandora/sortElement.js +++ b/static/js/pandora/sortElement.js @@ -48,7 +48,6 @@ pandora.ui.sortElement = function(isNavigationView) { key: pandora.user.ui[sortKey][0].key, operator: pandora.user.ui[sortKey][0].operator == '+' ? '-' : '+' }]); - updateButton(); } }),