PWA amélioration offline
This commit is contained in:
parent
205c2890b5
commit
16eab3f5d7
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 4.6 KiB |
@ -16,9 +16,9 @@ self.addEventListener('install', (e) => {
|
|||||||
var cacheName = 'CTS_v2';
|
var cacheName = 'CTS_v2';
|
||||||
var appShellFiles = [
|
var appShellFiles = [
|
||||||
'index.php',
|
'index.php',
|
||||||
'assets/css/index.css',
|
'http://ctsstatic.fr/assets/css/index.css',
|
||||||
'assets/js/index.js',
|
'http://ctsstatic.fr/assets/js/index.js',
|
||||||
'assets/vendors/jquery/jquery-3.6.0.min.js'
|
'http://ctsstatic.fr/assets/vendors/jquery/jquery-3.6.0.min.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
e.waitUntil(
|
e.waitUntil(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user