From ffefb77f3f5e81bf6add99864ef9b5868d8741fc Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 12 May 2024 11:31:31 +0200 Subject: [PATCH] serviceWorker in html --- index.html | 4 +--- js/app.js | 5 ----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/index.html b/index.html index 72bfb4e..4ab5db0 100644 --- a/index.html +++ b/index.html @@ -218,8 +218,6 @@ - + diff --git a/js/app.js b/js/app.js index e8cf8c8..a59d668 100644 --- a/js/app.js +++ b/js/app.js @@ -257,8 +257,3 @@ window.onbeforeunload = function(event) { settings.save() if (playing) return false; } - - -if ('serviceWorker' in navigator) { - navigator.serviceWorker.register('js/service-worker.js'); -} \ No newline at end of file