Fix countdown back bug
This commit is contained in:
parent
16974ab3dc
commit
fea5e46cda
7 changed files with 20 additions and 19 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue