fix a bug in sort element

This commit is contained in:
rolux 2013-03-01 19:05:00 +05:30
parent 826e62667a
commit 78871b6dce

View file

@ -48,7 +48,6 @@ pandora.ui.sortElement = function(isNavigationView) {
key: pandora.user.ui[sortKey][0].key,
operator: pandora.user.ui[sortKey][0].operator == '+' ? '-' : '+'
}]);
updateButton();
}
}),