From 9655e4d9a1e1634f4bc981656b6465c080c84f1c Mon Sep 17 00:00:00 2001 From: Christian Neumann Date: Fri, 20 Nov 2020 09:12:26 +0100 Subject: [PATCH] Change default layout. --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index d11756591..7ed3296ae 100644 --- a/index.ts +++ b/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")) {