about summary refs log tree commit diff stats
path: root/js/pico-cam/service-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/pico-cam/service-worker.js')
-rw-r--r--js/pico-cam/service-worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/pico-cam/service-worker.js b/js/pico-cam/service-worker.js
index 75027ed..a564fad 100644
--- a/js/pico-cam/service-worker.js
+++ b/js/pico-cam/service-worker.js
@@ -2,7 +2,7 @@ var CACHE_NAME = 'pico-cam-v1';
 var urlsToCache = [
   '/',
   '/index.html',
-  '/video.js'
+  '/pico-cam.js'
 ];
 
 self.addEventListener('install', function(event) {