diff --git a/static/js/pandora.js b/static/js/pandora.js index a747faf5..4d7c6d95 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -269,7 +269,6 @@ appPanel Ox.extend(pandora.user, { sectionElement: 'buttons', - selectedMovies: [], // fixme: used for what? videoFormat: Ox.UI.getVideoFormat(pandora.site.video.formats) }); diff --git a/static/js/pandora/appPanel.js b/static/js/pandora/appPanel.js index fda6eebe..37ac0424 100644 --- a/static/js/pandora/appPanel.js +++ b/static/js/pandora/appPanel.js @@ -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') {