- fix: sistemato pagina gruppo che non si visualizzava (errore per modifica)
- fix: corretto il "Invia RIS" al gruppo.
This commit is contained in:
@@ -7,10 +7,6 @@ const CACHE_NAME = 'pwa-cache-v2'; // Nome della cache
|
||||
|
||||
const ORA = "12.57"
|
||||
|
||||
console.log('***** INIZIO CUSTOM-SERVICE-WORKER.JS ' + ORA);
|
||||
|
||||
//importScripts('https://storage.googleapis.com/workbox-cdn/releases/6.5.4/workbox-sw.js');
|
||||
|
||||
importScripts('workbox/workbox-sw.js')
|
||||
|
||||
import { clientsClaim } from 'workbox-core'
|
||||
@@ -84,7 +80,7 @@ self.addEventListener('activate', (event) => {
|
||||
);
|
||||
});
|
||||
|
||||
const VITE_APP_VERSION = "1.2.15";
|
||||
const VITE_APP_VERSION = "1.2.17";
|
||||
|
||||
console.log(' [ VER-' + VITE_APP_VERSION + ' ] _---------________------ PAO: this is my custom service worker: ' + ORA);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user