forked from 0x2620/pandora
fix #2175 (Manage Favorites/Featured doesn't open folder)
This commit is contained in:
parent
21d78575f4
commit
525e0a4304
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,7 @@ pandora.ui.folders = function(section) {
|
||||||
pandora.$ui.folderList.favorite.replaceWith(
|
pandora.$ui.folderList.favorite.replaceWith(
|
||||||
pandora.$ui.folderBrowser.favorite = pandora.ui.folderBrowser('favorite', section)
|
pandora.$ui.folderBrowser.favorite = pandora.ui.folderBrowser('favorite', section)
|
||||||
);
|
);
|
||||||
|
pandora.$ui.folder[i].options({collapsed: false});
|
||||||
} else {
|
} else {
|
||||||
listData = pandora.getListData();
|
listData = pandora.getListData();
|
||||||
if (
|
if (
|
||||||
|
@ -218,6 +219,7 @@ pandora.ui.folders = function(section) {
|
||||||
pandora.$ui.folderList.featured.replaceWith(
|
pandora.$ui.folderList.featured.replaceWith(
|
||||||
pandora.$ui.folderBrowser.featured = pandora.ui.folderBrowser('featured', section)
|
pandora.$ui.folderBrowser.featured = pandora.ui.folderBrowser('featured', section)
|
||||||
);
|
);
|
||||||
|
pandora.$ui.folder[i].options({collapsed: false});
|
||||||
} else {
|
} else {
|
||||||
listData = pandora.getListData();
|
listData = pandora.getListData();
|
||||||
Ox.Log('', 'FEATURED', listData)
|
Ox.Log('', 'FEATURED', listData)
|
||||||
|
|
Loading…
Reference in a new issue