From d8ff5cebc02668839c01c509206aafb89603aea4 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Tue, 27 May 2025 15:31:19 +0200 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1b7c6f6..077cd9e 100644 --- a/index.html +++ b/index.html @@ -425,6 +425,7 @@ // The click event on the pop up notification document.getElementById('reload').addEventListener('click', function(){ newWorker.postMessage({ action: 'skipWaiting' }); + removeCache() }); if ('serviceWorker' in navigator) {