From d20e096feb15684c0da1c87b45f4dfa976ea2291 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 8 Jul 2013 17:15:57 +0000 Subject: [PATCH] fix regression where home screen wouldn't appear when loading / --- static/js/pandora/URL.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/pandora/URL.js b/static/js/pandora/URL.js index ab2f3879..ce7b82ea 100644 --- a/static/js/pandora/URL.js +++ b/static/js/pandora/URL.js @@ -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 {