make timer target variable

master
lub 5 years ago
parent e7b12f2c07
commit 5a04be896a

@ -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;

Loading…
Cancel
Save