fix list sort
This commit is contained in:
parent
8eb70f5512
commit
051e1aff7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue