forked from 0x2620/pandora
pandora..browser might be undefined
This commit is contained in:
parent
4ddb170bc9
commit
8c3d089bd8
1 changed files with 2 additions and 2 deletions
|
@ -3234,11 +3234,11 @@ pandora.updateItemContext = function() {
|
|||
pandora.$ui.contentPanel.replaceElement(
|
||||
0, pandora.$ui.browser = pandora.ui.browser()
|
||||
);
|
||||
} else {
|
||||
} else if (pandora.$ui.browser) {
|
||||
pandora.$ui.browser.reloadList();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
} else if (pandora.$ui.browser) {
|
||||
pandora.$ui.browser.reloadList();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue