Fix: Page_events + Page_sitting auf window registrieren (waren mit const deklariert)

This commit is contained in:
rene 2026-04-14 06:24:30 +02:00
parent 5f8fd3bd51
commit 86dfe50013
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
Liste/Karte · Filter · Erstellen/Bearbeiten
============================================================ */
const Page_events = (() => {
window.Page_events = (() => {
// ----------------------------------------------------------
// Konstanten

View file

@ -3,7 +3,7 @@
Sitter suchen · Profil anbieten · Anfragen verwalten
============================================================ */
const Page_sitting = (() => {
window.Page_sitting = (() => {
// ----------------------------------------------------------
// Konstanten

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications
============================================================ */
const CACHE_VERSION = 'by-v22';
const CACHE_VERSION = 'by-v23';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
// Diese Dateien werden beim Install gecacht (App Shell)