From 051e1aff7ede99e36edc50924bab11872251a13b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 19 Feb 2013 16:40:26 +0000 Subject: [PATCH] fix list sort --- static/js/pandora/folderList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 83b408f6..692fb3b1 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -367,7 +367,7 @@ pandora.ui.folderList = function(id) { pandora.resizeFolders(); }, move: function(data) { - pandora.api['sort' + foldeItem]({ + pandora.api['sort' + folderItems]({ section: id, ids: data.ids });