Browse Source

Actualizar 'Iapp.js'

file-group-page
bat 3 years ago
parent
commit
cd5dd54ffc
  1. 2
      Iapp.js

2
app.js → Iapp.js

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