- fix: sistemato pagina gruppo che non si visualizzava (errore per modifica)

- fix: corretto il "Invia RIS" al gruppo.
This commit is contained in:
Surya Paolo
2025-03-13 18:19:35 +01:00
parent f187fb2146
commit f5b0e693d0
24 changed files with 258 additions and 627 deletions

View File

@@ -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);