mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 08:23:08 +02:00
parent
47f3261b9f
commit
1597415340
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ self.addEventListener('install', ev => {
|
||||||
caches.open(cacheName)
|
caches.open(cacheName)
|
||||||
.then(cache => {
|
.then(cache => {
|
||||||
return cache.addAll([
|
return cache.addAll([
|
||||||
'/assets/error.jpg'
|
'/'
|
||||||
]);
|
]);
|
||||||
})
|
})
|
||||||
.then(() => self.skipWaiting())
|
.then(() => self.skipWaiting())
|
||||||
|
|
Loading…
Reference in a new issue