Fixed function call
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-28 11:28:34 +02:00
parent 32dd6acf3f
commit 4c072a7462

View File

@ -39,7 +39,7 @@ $(function() {
last: " und ", last: " und ",
delim: ", "}); delim: ", "});
let counterID = countdown(function(timestamp) { let counterID = countdown(function(timestamp) {
countdownSpan.innerText = timestamp.toLocaleString(); countdownSpan.innerText = timestamp.toString();
}, new Date(2019, 5, 26, 18, 0), }, new Date(2019, 5, 26, 18, 0),
countdown.DAYS | countdown.DAYS |
countdown.HOURS | countdown.HOURS |