diff --git a/backend/static/js/pages/health.js b/backend/static/js/pages/health.js index 28d648f..00d8bd5 100644 --- a/backend/static/js/pages/health.js +++ b/backend/static/js/pages/health.js @@ -780,7 +780,7 @@ window.Page_health = (() => { case 'gewicht': return `
-
`; diff --git a/backend/static/sw.js b/backend/static/sw.js index 9567ecb..eb5a0fd 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications ============================================================ */ -const CACHE_VERSION = 'by-v10'; +const CACHE_VERSION = 'by-v11'; const CACHE_STATIC = `${CACHE_VERSION}-static`; // Diese Dateien werden beim Install gecacht (App Shell)