Actualizar 'Iapp.js'

file-group-page
bat 3 years ago
parent 86f99bc887
commit cd5dd54ffc

@ -29,7 +29,7 @@ class Setup {
} else if (this.registration?.active) {
this.serviceWorkerStatus = "active"
} else {
this.serviceWorkerStatus = "not installed"
this.serviceWorkerStatus = "initializing"
}
this.statusEl.innerText = this.serviceWorkerStatus
}
Loading…
Cancel
Save