forked from 0x2620/pandora
fix undefined in favorite lists menu
This commit is contained in:
parent
cebd7c14ea
commit
19eabd7db1
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
columns: columns,
|
||||
droppable: id != 'volumes',
|
||||
items: items,
|
||||
keys: ['modified'].concat(section != 'texts' ? ['query'] : ['rightslevel']),
|
||||
keys: ['modified'].concat(section != 'texts' ? ['query', 'name'] : ['rightslevel']),
|
||||
max: 1,
|
||||
min: 0,
|
||||
pageLength: 1000,
|
||||
|
|
Loading…
Reference in a new issue