From 5b17febcffd78beb9c812f31ef7e011bf9f09d82 Mon Sep 17 00:00:00 2001 From: cocaillot Date: Tue, 11 Mar 2025 10:59:34 +0100 Subject: [PATCH] switch lock --- httpdocs/toggle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/toggle.js b/httpdocs/toggle.js index bf897ab..611eda4 100644 --- a/httpdocs/toggle.js +++ b/httpdocs/toggle.js @@ -1,4 +1,4 @@ -const devMode = false; // Change to false to return to the normal site +const devMode = true; // Change to false to return to the normal site if (devMode && !window.location.pathname.endsWith('under_dev.html')) { window.location.replace('under_dev.html');