forked from 0x2620/pandora
dont remove home screen on load of home page
This commit is contained in:
parent
b38f4c6b5d
commit
b3dded73a6
2 changed files with 4 additions and 2 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue