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
|
Liste/Karte · Filter · Erstellen/Bearbeiten
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const Page_events = (() => {
|
window.Page_events = (() => {
|
||||||
|
|
||||||
// ----------------------------------------------------------
|
// ----------------------------------------------------------
|
||||||
// Konstanten
|
// Konstanten
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Sitter suchen · Profil anbieten · Anfragen verwalten
|
Sitter suchen · Profil anbieten · Anfragen verwalten
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const Page_sitting = (() => {
|
window.Page_sitting = (() => {
|
||||||
|
|
||||||
// ----------------------------------------------------------
|
// ----------------------------------------------------------
|
||||||
// Konstanten
|
// Konstanten
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications
|
Offline-Cache + Push Notifications
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v22';
|
const CACHE_VERSION = 'by-v23';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
|
|
||||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue