diff options
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/ui-header-clock.tag | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/desktop/tags/ui-header-clock.tag b/src/web/app/desktop/tags/ui-header-clock.tag index 48b142509a..3c81f963f3 100644 --- a/src/web/app/desktop/tags/ui-header-clock.tag +++ b/src/web/app/desktop/tags/ui-header-clock.tag @@ -71,6 +71,7 @@ this.dd = ('0' + now.getDate()).slice(-2); this.hh = ('0' + now.getHours()).slice(-2); this.nn = ('0' + now.getMinutes()).slice(-2); + this.update(); }; this.on('mount', () => { |