From 134d34079085f10c650d976a5027dc1e860a6ac6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 28 Oct 2012 15:32:09 +0100 Subject: [PATCH] remove commented-out code --- static/js/pandora/folderList.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 45a3d9904..c7798f0d5 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -362,11 +362,6 @@ pandora.ui.folderList = function(id) { pandora.resizeFolders(); }, move: function(data) { - /* - data.ids.forEach(function(id, pos) { - pandora.user.ui.lists[id].position = pos; - }); - */ pandora.api.sortLists({ section: id, ids: data.ids