Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -39,7 +39,7 @@ $(function() {
|
||||
last: " und ",
|
||||
delim: ", "});
|
||||
let counterID = countdown(function(timestamp) {
|
||||
countdownSpan.innerText = timestamp.toString();
|
||||
countdownSpan.html(timestamp.toString());
|
||||
}, new Date(2019, 5, 26, 18, 0),
|
||||
countdown.DAYS |
|
||||
countdown.HOURS |
|
||||
|
||||
Reference in New Issue
Block a user