diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 19:58:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 19:58:44 +0100 |
| commit | 960c98407c487515f4704d82f8f5034df13843eb (patch) | |
| tree | ecfebd42170d9207787c721f8902ee27222cdc28 /index.html | |
| parent | f461e40373575989b39ffdcf0adc2c3edcdb7d0d (diff) | |
Actualizar index.html
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ <script> if ('serviceWorker' in navigator) { navigator.serviceWorker.register('/sw.js'); + navigator.serviceWorker.ready.then(registration => { + registration.update(); + }); } </script> </body> |
