From a0aad3f88e30f13e65cd68aa413c14faeb9c12d4 Mon Sep 17 00:00:00 2001 From: TriniatePHP8 Date: Mon, 23 May 2022 13:14:31 -0500 Subject: [PATCH] Change release date in countdown to earliest --- docs/countdown.html | 4 ++-- docs/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/countdown.html b/docs/countdown.html index 89fee27..23dbda1 100644 --- a/docs/countdown.html +++ b/docs/countdown.html @@ -34,7 +34,7 @@ p { } } // Set the date we're counting down to -var countDownDate = new Date(1654189200000).getTime(); +var countDownDate = new Date(1653426000000).getTime(); // Update the count down every 1 second var x = setInterval(function() { @@ -53,7 +53,7 @@ var x = setInterval(function() { // Output the result in an element with id="demo" document.getElementById("demo").innerHTML = "" + days + "d " + hours + "h " - + minutes + "m " + seconds + "s until launch..."; + + minutes + "m " + seconds + "s until earliest launch..."; // If the count down is over, write some text if (distance < 0) { diff --git a/docs/index.html b/docs/index.html index 50d306a..79f8d2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -77,7 +77,7 @@ window.isDif = false;
What is this?
3DSTownSquare is about to launch soon!
Click me for more information
-
The launch date is June 3rd 2022 (June 2nd in the USA) at the most, so keep looking out for the release.
+
The launch date is June 3rd 2022 (June 2nd in the USA) at the most (May 24th/25th at the earliest), so keep looking out for the release.
Please note that this release date may or may not get delayed. We will just have to see. (Delayed 3 times, originally May 20th, then May 24th, now June 3rd)
Check out the countdown! For now, you can play pong!