From b3118983bce437b76367833cde32751c1faaa1b6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 8 Sep 2021 17:55:01 -0400 Subject: [PATCH] try this? Signed-off-by: Christine Dodrill --- static/js/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');