diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-11-23 12:42:49 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-11-23 12:42:49 +0100 |
| commit | e2ed64b75e0e199f6c62db7747b2730d5dbcb1c2 (patch) | |
| tree | 8e5c79d9914a1808e2ef193b8929e81a645bc429 /public | |
| parent | c0edcdaef0a2211dcd82521b87e2fb70ff3a4ac0 (diff) | |
what did this even do
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/public/index.html b/public/index.html index 3be34ad..7970295 100644 --- a/public/index.html +++ b/public/index.html @@ -67,15 +67,7 @@ <link rel="stylesheet" type="text/css" href="styles/master.css" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="icon" href="favicon.ico" /> - <script> - // Check that service workers are supported - if ("serviceWorker" in navigator) { - // Use the window load event to keep the page load performant - window.addEventListener("load", () => { - navigator.serviceWorker.register("service-worker.js"); - }); - } - </script> + </head> <body> |
