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:
@ -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',
|
||||
])
|
||||
})
|
||||
)
|
||||
|
Reference in New Issue
Block a user