summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-22 16:35:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-22 16:35:58 +0900
commit4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b (patch)
tree43b3602c652c857bc711144a57d427135c162d65 /src
parent[Client] Fix bug (diff)
downloadsharkey-4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b.tar.gz
sharkey-4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b.tar.bz2
sharkey-4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b.zip
[Client] Fiz bug
Diffstat (limited to 'src')
-rw-r--r--src/web/app/desktop/tags/ui-header-clock.tag1
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', () => {