diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 7b278334..8b39c6a9 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -815,7 +815,6 @@ "showBrowser": true, "showCalendarControls": true, // fixme: should be false "showFilters": true, - "showHome": true, "showIconBrowser": false, "showInfo": true, "showLayers": { diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 4ffb54c3..519993df 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -825,7 +825,6 @@ "showBrowser": true, "showCalendarControls": true, // fixme: should be false "showFilters": true, - "showHome": true, "showIconBrowser": false, "showInfo": true, "showLayers": { diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index e6b2e710..1a29fb0c 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -704,7 +704,6 @@ "showBrowser": true, "showCalendarControls": true, // fixme: should be false "showFilters": true, - "showHome": true, "showIconBrowser": false, "showInfo": true, "showLayers": { diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 5919811e..efdc4ac8 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -623,7 +623,6 @@ "showBrowser": true, "showCalendarControls": true, // fixme: should be false "showFilters": true, - "showHome": true, "showIconBrowser": false, "showInfo": true, "showLayers": { diff --git a/static/js/pandora/URL.js b/static/js/pandora/URL.js index a68e2bb0..ab2f3879 100644 --- a/static/js/pandora/URL.js +++ b/static/js/pandora/URL.js @@ -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 {