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');