diff options
Diffstat (limited to 'static/js/sw.js')
| -rwxr-xr-x | static/js/sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/sw.js b/static/js/sw.js index 72aaad6..e0d62fb 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-4";
+const cacheName = "cache-xesite-2.3.0-999";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');
|
