forked from 0x2620/pandora
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) {
|
||||
return Ox.getIndexById(items, key.id) == -1 && (
|
||||
!key.capability
|
||||
|| pandora.site.capabilities[key.capability][pandora.user.level];
|
||||
|| pandora.site.capabilities[key.capability][pandora.user.level]
|
||||
);
|
||||
}).map(function(key) {
|
||||
return Ox.extend(Ox.clone(key), {
|
||||
title: 'Sort by ' + key.title
|
||||
|
|
Loading…
Reference in a new issue