remove commented-out code
This commit is contained in:
parent
5d38d352d2
commit
134d340790
1 changed files with 0 additions and 5 deletions
|
@ -362,11 +362,6 @@ pandora.ui.folderList = function(id) {
|
||||||
pandora.resizeFolders();
|
pandora.resizeFolders();
|
||||||
},
|
},
|
||||||
move: function(data) {
|
move: function(data) {
|
||||||
/*
|
|
||||||
data.ids.forEach(function(id, pos) {
|
|
||||||
pandora.user.ui.lists[id].position = pos;
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
pandora.api.sortLists({
|
pandora.api.sortLists({
|
||||||
section: id,
|
section: id,
|
||||||
ids: data.ids
|
ids: data.ids
|
||||||
|
|
Loading…
Reference in a new issue