aboutsummaryrefslogtreecommitdiff
path: root/static/js/sw.js
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-10-15 21:21:40 -0400
committerGitHub <noreply@github.com>2019-10-15 21:21:40 -0400
commit42556bb678032805c47f126d6e832242eeb85d5b (patch)
tree40dc13545ff47bd65ff38088084596f94eae0051 /static/js/sw.js
parentf7327f2d5adb1ce46771acf6ac88d4bbf342cef3 (diff)
downloadxesite-42556bb678032805c47f126d6e832242eeb85d5b.tar.xz
xesite-42556bb678032805c47f126d6e832242eeb85d5b.zip
kill pageview timer experiment (#83)
Diffstat (limited to 'static/js/sw.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 deaa947..62722a6 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-2019-05-21";
+const cacheName = "cache-2019-10-15";
var preLoad = function(){
console.log('[PWA Builder] Install Event processing');