Misc fixes
This commit is contained in:
parent
8dacc55f15
commit
c25b51cecd
2 changed files with 1 additions and 2 deletions
|
@ -2490,7 +2490,7 @@ Preview:
|
|||
| href | str(URL) | no | | |
|
||||
|
||||
#### `date`
|
||||
The target date to count to. ISO 8601 format
|
||||
The target date to count to. ISO 8601 format.
|
||||
|
||||
#### `event-title`
|
||||
The event title. ` ⋅ PAST` or ` ⋅ FUTURE` will be added to form the widget title.
|
||||
|
|
|
@ -678,7 +678,6 @@ function setUpCountdowns() {
|
|||
|
||||
// Create update callback fn
|
||||
const updateCountdown = (now) => {
|
||||
// Timezone
|
||||
var diff = targetDate - now;
|
||||
|
||||
// Remove all colors
|
||||
|
|
Loading…
Add table
Reference in a new issue