diff options
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> |
