forked from 0x2620/pandora
fix #1627 (leaving home screen may lead to home screen)
This commit is contained in:
parent
2df5a83d8f
commit
8279cd3728
5 changed files with 0 additions and 7 deletions
|
@ -815,7 +815,6 @@
|
||||||
"showBrowser": true,
|
"showBrowser": true,
|
||||||
"showCalendarControls": true, // fixme: should be false
|
"showCalendarControls": true, // fixme: should be false
|
||||||
"showFilters": true,
|
"showFilters": true,
|
||||||
"showHome": true,
|
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
|
|
|
@ -825,7 +825,6 @@
|
||||||
"showBrowser": true,
|
"showBrowser": true,
|
||||||
"showCalendarControls": true, // fixme: should be false
|
"showCalendarControls": true, // fixme: should be false
|
||||||
"showFilters": true,
|
"showFilters": true,
|
||||||
"showHome": true,
|
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
|
|
|
@ -704,7 +704,6 @@
|
||||||
"showBrowser": true,
|
"showBrowser": true,
|
||||||
"showCalendarControls": true, // fixme: should be false
|
"showCalendarControls": true, // fixme: should be false
|
||||||
"showFilters": true,
|
"showFilters": true,
|
||||||
"showHome": true,
|
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
|
|
|
@ -623,7 +623,6 @@
|
||||||
"showBrowser": true,
|
"showBrowser": true,
|
||||||
"showCalendarControls": true, // fixme: should be false
|
"showCalendarControls": true, // fixme: should be false
|
||||||
"showFilters": true,
|
"showFilters": true,
|
||||||
"showHome": true,
|
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
|
|
|
@ -90,9 +90,6 @@ pandora.URL = (function() {
|
||||||
|
|
||||||
if (Ox.isEmpty(state)) {
|
if (Ox.isEmpty(state)) {
|
||||||
|
|
||||||
if (pandora.user.ui.showHome) {
|
|
||||||
pandora.$ui.home = pandora.ui.home().showScreen();
|
|
||||||
}
|
|
||||||
callback && callback();
|
callback && callback();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue