From 4c63b70a4fca5d1e37b3406bb250cd50cc4f16f3 Mon Sep 17 00:00:00 2001 From: cocaillot Date: Sat, 8 Mar 2025 23:02:20 +0100 Subject: [PATCH] correct filename again --- httpdocs/toggle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/toggle.js b/httpdocs/toggle.js index b9ddd65..e90cd4c 100644 --- a/httpdocs/toggle.js +++ b/httpdocs/toggle.js @@ -1,7 +1,7 @@ const devMode = true; // set to false when you want to go back to your normal site if(devMode && window.location.pathname !== '/under-construction.html'){ - window.location.replace('under-dev.html'); + window.location.replace('under-construction.html'); } else if (!devMode && window.location.pathname === '/under-construction.html') { window.location.replace('index.html'); } \ No newline at end of file