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

little styling touches

This commit is contained in:
Ondrej Synacek
2019-10-24 21:29:28 +02:00
parent 1302433f7f
commit bdd80ca1c4
4 changed files with 54 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// Worker v5
// Worker v7
self.addEventListener('install', (event) => {
event.waitUntil(
@ -7,8 +7,9 @@ self.addEventListener('install', (event) => {
'/',
'/favicon.ico',
'/scripts.js?3',
'/style.css?4',
'/style.css?5',
'/about?2',
'/icon-512.png',
])
})
)