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

add ability to delete record, add emojis for action buttons

This commit is contained in:
Ondrej Synacek
2019-11-10 16:35:54 +01:00
parent 09887ba47b
commit 4139481c91
3 changed files with 53 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
// Worker v8
// Worker v9
self.addEventListener('install', (event) => {
event.waitUntil(
@@ -6,7 +6,7 @@ self.addEventListener('install', (event) => {
return cache.addAll([
'/',
'/favicon.ico',
'/scripts.js?4',
'/scripts.js?5',
'/style.css?5',
'/about?2',
'/icon-512.png',