rename to .php

This commit is contained in:
2020-11-14 00:00:44 +01:00
parent e1cd9ca1a2
commit 8121768fe4
8 changed files with 80 additions and 60 deletions

View File

@@ -78,7 +78,7 @@ window.onload = function () {
refreshUI()
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register(`service-worker.js?location=${location.href}`)
navigator.serviceWorker.register(`service-worker.php?location=${location.href}`)
}
}