From ef735bdf7c7f2af6f1d68ffcf45d80876270cef4 Mon Sep 17 00:00:00 2001 From: cocaillot Date: Mon, 10 Mar 2025 17:14:56 +0100 Subject: [PATCH] toggle switch --- 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');