mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-24 20:33:09 +02:00
[Client] Fiz bug
This commit is contained in:
parent
a997e0f754
commit
4a44cfa472
1 changed files with 1 additions and 0 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue