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) {