Fix date for D.I.E.
This commit is contained in:
parent
7188f1bbaf
commit
b690b70444
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Set the date we're counting down to
|
// Set the date we're counting down to
|
||||||
var countDownDate = new Date("Aug 17, 2021 00:00:00").getTime();
|
var countDownDate = new Date("Jun 15, 2022 00:00:00").getTime();
|
||||||
|
|
||||||
// Update the count down every 1 second (var x is needed for
|
// Update the count down every 1 second (var x is needed for
|
||||||
// clearInterval() later)
|
// clearInterval() later)
|
||||||
|
@ -51,6 +51,6 @@ var x = setInterval(function () {
|
||||||
if (distance < 0) {
|
if (distance < 0) {
|
||||||
clearInterval(x);
|
clearInterval(x);
|
||||||
document.getElementById("dethKlok").innerHTML =
|
document.getElementById("dethKlok").innerHTML =
|
||||||
"DONE. Deprecated as of Aug 17, 2021 💀";
|
"DONE. Deprecated as of Jun 15, 2022 💀";
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
Loading…
Reference in a new issue