1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

allow passing FB event number as parameter

This commit is contained in:
Ondrej Synacek
2019-10-22 20:25:09 +02:00
parent 97317aeaa4
commit acebfe3658
8 changed files with 78 additions and 31 deletions

View File

@ -1,4 +1,4 @@
// Worker v2
// Worker v3
self.addEventListener('install', (event) => {
event.waitUntil(
@ -6,8 +6,8 @@ self.addEventListener('install', (event) => {
return cache.addAll([
'/',
'/favicon.ico',
'/scripts.js?2',
'/style.css?2',
'/scripts.js?3',
'/style.css?3',
])
})
)