Modularized, fixed SuperCafe's table

This commit is contained in:
naielv
2025-07-30 19:13:16 +02:00
parent 55eda485ed
commit c800ea7c1b
30 changed files with 4928 additions and 2581 deletions

View File

@@ -1,5 +1,6 @@
var cacheName = 'telesec_%%VERSIONCO%%';
self.addEventListener('install', event => {
event.waitUntil(
caches.open(cacheName)