diff --git a/static/js/pandora/folders.js b/static/js/pandora/folders.js index fc138924..9c7f5abe 100644 --- a/static/js/pandora/folders.js +++ b/static/js/pandora/folders.js @@ -385,10 +385,6 @@ pandora.ui.folders = function() { Ox.forEach(pandora.$ui.folderList, function($list, id) { $list.options('selected', []); }); - } else { - Ox.forEach(pandora.$ui.folderList, function($list, id) { - $list.options('selected', [pandora.user.ui.edit]); - }); } }, pandora_find: function() {