fix #1627 (leaving home screen may lead to home screen)

This commit is contained in:
rolux 2013-07-08 16:37:43 +00:00
parent 2df5a83d8f
commit 8279cd3728
5 changed files with 0 additions and 7 deletions

View file

@ -815,7 +815,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showHome": true,
"showIconBrowser": false,
"showInfo": true,
"showLayers": {

View file

@ -825,7 +825,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showHome": true,
"showIconBrowser": false,
"showInfo": true,
"showLayers": {

View file

@ -704,7 +704,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showHome": true,
"showIconBrowser": false,
"showInfo": true,
"showLayers": {

View file

@ -623,7 +623,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showHome": true,
"showIconBrowser": false,
"showInfo": true,
"showLayers": {

View file

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