Change default layout.
This commit is contained in:
parent
de305ecab9
commit
9655e4d9a1
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -7,7 +7,7 @@ import * as $ from "jquery";
|
|||
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
|
||||
import {Utils} from "./Utils";
|
||||
|
||||
let defaultLayout = "bookcases"
|
||||
let defaultLayout = "climbing"
|
||||
// --------------------- Special actions based on the parameters -----------------
|
||||
// @ts-ignore
|
||||
if (location.href.startsWith("http://buurtnatuur.be")) {
|
||||
|
|
Loading…
Reference in a new issue