aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-01 11:53:11 -0500
committerXe <me@christine.website>2021-12-01 11:53:11 -0500
commit05f56ad3c376cbcdbb1e70dc812d35f9db338c4c (patch)
tree7fc1302ac037ebd4111f740d2a7a10926d507ce6 /static/js
parent83d1fb8ad48e1827b18fece516391704105c750c (diff)
downloadxesite-05f56ad3c376cbcdbb1e70dc812d35f9db338c4c.tar.xz
xesite-05f56ad3c376cbcdbb1e70dc812d35f9db338c4c.zip
give up again
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static/js')
-rwxr-xr-xstatic/js/sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/sw.js b/static/js/sw.js
index 8189813..df5bb0d 100755
--- a/static/js/sw.js
+++ b/static/js/sw.js
@@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
event.waitUntil(preLoad());
});
-const cacheName = "cache-xesite-2.3.0-2";
+const cacheName = "cache-xesite-2.3.0-3";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');