Browse Source

Misc fixes

MetricVoid 3 months ago
parent
commit
c25b51cecd
2 changed files with 1 additions and 2 deletions
  1. 1 1
      docs/configuration.md
  2. 0 1
      internal/glance/static/js/main.js

+ 1 - 1
docs/configuration.md

@@ -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.

+ 0 - 1
internal/glance/static/js/main.js

@@ -678,7 +678,6 @@ function setUpCountdowns() {
 
         // Create update callback fn
         const updateCountdown = (now) => {
-            // Timezone
             var diff = targetDate - now;
             
             // Remove all colors