diff --git a/main.js b/main.js index 95e6240..40730c0 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -const target = new Date('2019-06-23T12:00:00+02:00'); +const target = new Date(location.hash.substr(1)); const second = 1000; const minute = second*60;