fix a bug when finishing to manage favorite lists
This commit is contained in:
parent
b0ffb5dce6
commit
f3cc0af3c5
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@ pandora.ui.folders = function() {
|
|||
pandora.$ui.folderList.featured.options({selected: [listData.id]});
|
||||
} else {
|
||||
// and nowhere else
|
||||
pandora.URL.set('');
|
||||
pandora.UI.set({
|
||||
find: pandora.site.user.ui.find
|
||||
});
|
||||
}
|
||||
}
|
||||
pandora.$ui.folderBrowser.favorite.replaceWith(
|
||||
|
|
Loading…
Reference in a new issue