dont remove home screen on load of home page

This commit is contained in:
j 2012-01-02 19:58:50 +05:30
commit b3dded73a6
2 changed files with 4 additions and 2 deletions

View file

@ -37,9 +37,12 @@ pandora.ui.appPanel = function() {
});
function setPage(page) {
if (page === '') {
/*
if (pandora.$ui.home) {
pandora.$ui.home.fadeOutScreen();
} else if (pandora.$ui.tv) {
} else
*/
if (pandora.$ui.tv) {
pandora.$ui.tv.fadeOutScreen();
}
} else if (page == 'home') {