forked from MapComplete/MapComplete
Set buurtnatuur as default
This commit is contained in:
parent
efc8c10850
commit
664b6800a3
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
|
@ -36,7 +36,7 @@ if (location.hostname === "localhost" || location.hostname === "127.0.0.1") {
|
||||||
|
|
||||||
// ----------------- SELECT THE RIGHT QUESTSET -----------------
|
// ----------------- SELECT THE RIGHT QUESTSET -----------------
|
||||||
|
|
||||||
let defaultLayout = "bookcases"
|
let defaultLayout = "buurtnatuur"
|
||||||
|
|
||||||
const path = window.location.pathname.split("/").slice(-1)[0];
|
const path = window.location.pathname.split("/").slice(-1)[0];
|
||||||
if (path !== "index.html" && path !== "") {
|
if (path !== "index.html" && path !== "") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue