diff --git a/static/sw.js b/static/sw.js index 48e8d32..ff6a205 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'media-max-shell-v4'; +const CACHE_NAME = 'media-max-shell-v5'; const SHELL = ['/static/media-mark.svg', '/static/media-mark-192.svg', '/static/media-mark-512.svg', '/static/manifest.json']; self.addEventListener('install', event => { diff --git a/templates/index.html b/templates/index.html index 6339221..c486d6d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded',()=>{const grid=document.querySelec @@ -35,7 +35,7 @@ if ('serviceWorker' in navigator) { -