remove unreliable data

xwashere 2024-07-13 00:40:00 -04:00
parent 597e64056f
commit 69c1732fcc
Signed by: XWasHere
GPG Key ID: 042F8BFA1B0EF93B
1 changed files with 1 additions and 5 deletions

View File

@ -31,11 +31,7 @@
function go() { function go() {
const reckoning = Date.parse("2025-08-17T00:00:00.000Z"); const reckoning = Date.parse("2025-08-17T00:00:00.000Z");
const data = [ const data = [
[ "Seattle, Washington, United States of America" ], [ "Seattle, Washington, United States of America" ]:x
[ "Berlin, Germany" ],
[ "Paris, France" ],
[ "Geneva, Switzerland" ],
[ "District of Columbia, United States of America" ]
]; ];
const countdown = document.getElementById('c'); const countdown = document.getElementById('c');