From f342e9ec84c74e56dc8efc147801193f04588ff6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 4 Aug 2013 18:05:56 +0000 Subject: [PATCH] cosmetic changes --- static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/utils.js b/static/js/utils.js index ce3a80d2..0b916b1b 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -163,7 +163,7 @@ pandora.addList = function() { pandora.$ui.folder[0].options({collapsed: false}); Ox.Request.clearCache('findLists'); $folderList.bindEventOnce({ - load: function(data) { + load: function() { $folderList.gainFocus() .options({selected: [newList]}) .editCell(newList, 'name', true);