summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 0c3fa6e..de1a2e4 100644
--- a/worker.js
+++ b/worker.js
@@ -40,6 +40,7 @@ const CACHE_URLS = [
'lib/fonts/pmn-caecilia-75.ttf'
];
+/*
self.addEventListener('install', function(event) {
event.waitUntil(
caches.open(CACHE_NAME).then(function(cache) {
@@ -47,6 +48,7 @@ self.addEventListener('install', function(event) {
})
);
});
+*/
self.addEventListener('activate', function(event) {
event.waitUntil(