mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
[Client] Fiz bug
This commit is contained in:
parent
4c1ff2f707
commit
f8e797cde5
@ -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 New Issue
Block a user