aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2021-09-08 17:55:01 -0400
committerChristine Dodrill <me@christine.website>2021-09-08 17:55:01 -0400
commitb3118983bce437b76367833cde32751c1faaa1b6 (patch)
tree69ffe0e4fc67847e54112d75bd62adeb0efe893b
parent7043054b1f2aa0163f826be47bb2fb51312b0f62 (diff)
downloadxesite-b3118983bce437b76367833cde32751c1faaa1b6.tar.xz
xesite-b3118983bce437b76367833cde32751c1faaa1b6.zip
try this?
Signed-off-by: Christine Dodrill <me@christine.website>
-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 b946e64..a762f58 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";
+const cacheName = "cache-xesite-2.3.0-1";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');