Update sw.js

This commit is contained in:
LAX18
2019-08-28 19:10:23 -04:00
committed by GitHub
parent 99b937689f
commit 025b72f837
+7 -7
View File
@@ -3,12 +3,12 @@ const filesToCache = [
'index.html',
'manifest.json',
'sw.js',
'https://s.codetasty.com/LAX18/General/mobile/css/style.css',
'https://s.codetasty.com/LAX18/General/mobile/css/font.css',
'https://s.codetasty.com/LAX18/General/mobile/css/material.indigo-red.min.css',
'https://s.codetasty.com/LAX18/General/mobile/js/firebase.js',
'https://s.codetasty.com/LAX18/General/mobile/js/material.min.js',
'https://s.codetasty.com/LAX18/General/mobile/js/script.js'
'https://lax18.github.io/MobileJROTC/css/style.css',
'https://lax18.github.io/MobileJROTC/css/font.css',
'https://lax18.github.io/MobileJROTC/css/material.indigo-red.min.css',
'https://lax18.github.io/MobileJROTC/js/firebase.js',
'https://lax18.github.io/MobileJROTC/js/material.min.js',
'https://lax18.github.io/MobileJROTC/js/script.js'
];
const staticCacheName = 'NokomisJROTC';
@@ -44,4 +44,4 @@ self.addEventListener('fetch', event => {
})
);
});
});