Actualizar 'app.js'

file-group-page
bat 3 years ago
parent 5fd9915634
commit 50d3d3363c

@ -3,7 +3,7 @@ class Setup {
this.statusEl = document.createElement("p") this.statusEl = document.createElement("p")
document.body.appendChild(this.statusEl) document.body.appendChild(this.statusEl)
this.updateStatus() this.updateStatus()
this.addEventListener('controllerchange', () => { addEventListener('controllerchange', () => {
this.updateStatus() this.updateStatus()
}) })
await this.register() await this.register()

Loading…
Cancel
Save