mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
[Client] Fiz bug
This commit is contained in:
parent
4c1ff2f707
commit
f8e797cde5
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