Fix: Page_events + Page_sitting auf window registrieren (waren mit const deklariert)
This commit is contained in:
parent
5f8fd3bd51
commit
86dfe50013
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Liste/Karte · Filter · Erstellen/Bearbeiten
|
||||
============================================================ */
|
||||
|
||||
const Page_events = (() => {
|
||||
window.Page_events = (() => {
|
||||
|
||||
// ----------------------------------------------------------
|
||||
// Konstanten
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Sitter suchen · Profil anbieten · Anfragen verwalten
|
||||
============================================================ */
|
||||
|
||||
const Page_sitting = (() => {
|
||||
window.Page_sitting = (() => {
|
||||
|
||||
// ----------------------------------------------------------
|
||||
// Konstanten
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue