typo
This commit is contained in:
parent
c0851b5a7f
commit
a9092036e3
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ pandora.ui.sortSelect = function(isNavigationView) {
|
||||||
pandora.site.sortKeys.filter(function(key) {
|
pandora.site.sortKeys.filter(function(key) {
|
||||||
return Ox.getIndexById(items, key.id) == -1 && (
|
return Ox.getIndexById(items, key.id) == -1 && (
|
||||||
!key.capability
|
!key.capability
|
||||||
|| pandora.site.capabilities[key.capability][pandora.user.level];
|
|| pandora.site.capabilities[key.capability][pandora.user.level]
|
||||||
|
);
|
||||||
}).map(function(key) {
|
}).map(function(key) {
|
||||||
return Ox.extend(Ox.clone(key), {
|
return Ox.extend(Ox.clone(key), {
|
||||||
title: 'Sort by ' + key.title
|
title: 'Sort by ' + key.title
|
||||||
|
|
Loading…
Reference in a new issue