-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Greetings and thanks for your software.
I've tried the snippet from the docs:
var timerId =
countdown(
new Date('2021-11-24 13:00:00 GMT+0100'),
function(ts) {
document.getElementById('pageTimer').innerHTML = ts.toHTML("strong");
},
countdown.HOURS|countdown.MINUTES);it works in Chrome 94 but not in Firefox 94. Am I doing something wrong?
Thanks in advance
Regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels