Optimized interface

This commit is contained in:
neauoire
2020-03-24 20:39:49 +09:00
parent a3e5b28e7d
commit 591f25f945
3 changed files with 67 additions and 59 deletions

View File

@@ -105,7 +105,7 @@ function Client () {
this.interface.update(true) // force an update
setTimeout(() => { document.body.className += ' ready'; }, 250)
setTimeout(() => { document.body.className += ' ready' }, 250)
}
this.update = () => {