fix regression where home screen wouldn't appear when loading /
This commit is contained in:
parent
ee8c6f7050
commit
d20e096feb
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ pandora.URL = (function() {
|
||||||
|
|
||||||
if (Ox.isEmpty(state)) {
|
if (Ox.isEmpty(state)) {
|
||||||
|
|
||||||
|
if (pandora.user.ui.page == '') {
|
||||||
|
pandora.$ui.home = pandora.ui.home().showScreen();
|
||||||
|
}
|
||||||
callback && callback();
|
callback && callback();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue