Skip to content

Not working in Firefox? #40

@gregfr

Description

@gregfr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions