show sidebar after adding list, fixes #2144

This commit is contained in:
j 2014-02-02 01:18:28 +05:30
parent da37ab02cd
commit f933a984e2

View file

@ -37,6 +37,9 @@ pandora.addList = function() {
var $folderList = pandora.$ui.folderList.personal,
isDuplicate = arguments.length == 1,
isSmart, isFrom, list, listData, data;
pandora.UI.set({
showSidebar: true
});
if (!isDuplicate) {
isSmart = arguments[0];
isFrom = arguments[1];