fix a bug in sort element
This commit is contained in:
parent
826e62667a
commit
78871b6dce
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ pandora.ui.sortElement = function(isNavigationView) {
|
||||||
key: pandora.user.ui[sortKey][0].key,
|
key: pandora.user.ui[sortKey][0].key,
|
||||||
operator: pandora.user.ui[sortKey][0].operator == '+' ? '-' : '+'
|
operator: pandora.user.ui[sortKey][0].operator == '+' ? '-' : '+'
|
||||||
}]);
|
}]);
|
||||||
updateButton();
|
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue