Removed comment

This commit is contained in:
neauoire
2020-03-24 20:24:49 +09:00
parent 90368d28d8
commit a3e5b28e7d
4 changed files with 19 additions and 17 deletions

View File

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