From 19eabd7db13c0ab49d78d9a8674ef034f3472fc4 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 13 Feb 2014 15:31:36 +0000 Subject: [PATCH] fix undefined in favorite lists menu --- static/js/folderList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/folderList.js b/static/js/folderList.js index 44df0686d..054909a29 100644 --- a/static/js/folderList.js +++ b/static/js/folderList.js @@ -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,