forked from 0x2620/pandora
actual fix for home screen issue
This commit is contained in:
parent
489fc61039
commit
5a91617f8e
5 changed files with 5 additions and 1 deletions
|
@ -815,6 +815,7 @@
|
|||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
"showFilters": true,
|
||||
"showHome": true,
|
||||
"showIconBrowser": false,
|
||||
"showInfo": true,
|
||||
"showLayers": {
|
||||
|
|
|
@ -825,6 +825,7 @@
|
|||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
"showFilters": true,
|
||||
"showHome": true,
|
||||
"showIconBrowser": false,
|
||||
"showInfo": true,
|
||||
"showLayers": {
|
||||
|
|
|
@ -704,6 +704,7 @@
|
|||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
"showFilters": true,
|
||||
"showHome": true,
|
||||
"showIconBrowser": false,
|
||||
"showInfo": true,
|
||||
"showLayers": {
|
||||
|
|
|
@ -623,6 +623,7 @@
|
|||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
"showFilters": true,
|
||||
"showHome": true,
|
||||
"showIconBrowser": false,
|
||||
"showInfo": true,
|
||||
"showLayers": {
|
||||
|
|
|
@ -90,7 +90,7 @@ pandora.URL = (function() {
|
|||
|
||||
if (Ox.isEmpty(state)) {
|
||||
|
||||
if (pandora.user.ui.page == '') {
|
||||
if (pandora.user.ui.showHome && pandora.user.ui.page != 'home') {
|
||||
pandora.$ui.home = pandora.ui.home().showScreen();
|
||||
}
|
||||
callback && callback();
|
||||
|
|
Loading…
Reference in a new issue