Fix countdown back bug

This commit is contained in:
cuom1999 2021-12-10 16:36:55 -06:00
parent 16974ab3dc
commit fea5e46cda
7 changed files with 20 additions and 19 deletions

View file

@ -1,3 +1,3 @@
<span data-secs="{{ countdown|seconds }}" class="time-remaining">
{{ countdown|timedelta("localized") }}
<span data-secs="{{ countdown }}" class="time-remaining">
{{ initial|timedelta("localized") }}
</span>