more thorough fix for missing list preferences

This commit is contained in:
rlx 2011-08-16 14:19:37 +00:00
commit b5dc63f150
4 changed files with 11 additions and 10 deletions

View file

@ -441,7 +441,7 @@ pandora.ui.folderList = function(id) {
if (data.ids.length) {
$.each(pandora.$ui.folderList, function(id_, $list) {
id != id_ && $list.options('selected', []);
})
});
pandora.URL.set('?find=list:' + data.ids[0]);
} else {
pandora.URL.set('?find=');