more thorough fix for missing list preferences
This commit is contained in:
parent
3e4a978738
commit
b5dc63f150
4 changed files with 11 additions and 10 deletions
|
|
@ -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=');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue