diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 16:35:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 16:35:58 +0900 |
| commit | 4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b (patch) | |
| tree | 43b3602c652c857bc711144a57d427135c162d65 | |
| parent | [Client] Fix bug (diff) | |
| download | sharkey-4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b.tar.gz sharkey-4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b.tar.bz2 sharkey-4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b.zip | |
[Client] Fiz bug
| -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', () => { |