fix regression where home screen wouldn't appear when loading /

This commit is contained in:
rolux 2013-07-08 17:15:57 +00:00
parent ee8c6f7050
commit d20e096feb

View file

@ -90,6 +90,9 @@ pandora.URL = (function() {
if (Ox.isEmpty(state)) {
if (pandora.user.ui.page == '') {
pandora.$ui.home = pandora.ui.home().showScreen();
}
callback && callback();
} else {