From 4a44cfa4726c47ccbaa6907af2cb5e7dc66fca7b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 Feb 2017 16:35:58 +0900 Subject: [PATCH] [Client] Fiz bug --- src/web/app/desktop/tags/ui-header-clock.tag | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/app/desktop/tags/ui-header-clock.tag b/src/web/app/desktop/tags/ui-header-clock.tag index 48b142509..3c81f963f 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', () => {