forked from MapComplete/MapComplete
Version bump, use bookcases as default again
This commit is contained in:
parent
71e4038f69
commit
a9e823d051
2 changed files with 3 additions and 2 deletions
3
index.ts
3
index.ts
|
@ -10,7 +10,7 @@ import {TagRendering} from "./UI/TagRendering";
|
|||
|
||||
TagRendering.injectFunction();
|
||||
|
||||
let defaultLayout = "buurtnatuur"
|
||||
let defaultLayout = "bookcases"
|
||||
// --------------------- Special actions based on the parameters -----------------
|
||||
// @ts-ignore
|
||||
if (location.href.startsWith("http://buurtnatuur.be")) {
|
||||
|
@ -113,3 +113,4 @@ if (layoutFromBase64.startsWith("wiki:")) {
|
|||
} else {
|
||||
InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue