fix undefined in favorite lists menu

This commit is contained in:
j 2014-02-13 15:31:36 +00:00
parent cebd7c14ea
commit 19eabd7db1
1 changed files with 1 additions and 1 deletions

View File

@ -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,