From cd5dd54ffc8f2d33d01cb711c6e18e06f24fb996 Mon Sep 17 00:00:00 2001 From: bat Date: Sat, 25 Feb 2023 23:01:04 +0000 Subject: [PATCH] Actualizar 'Iapp.js' --- app.js => Iapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app.js => Iapp.js (93%) diff --git a/app.js b/Iapp.js similarity index 93% rename from app.js rename to Iapp.js index 690fd5b..896c762 100644 --- a/app.js +++ b/Iapp.js @@ -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 }