From d9f2e85263fb27e8a47bff58a87a8c1c0acba65e Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Apr 2026 20:26:54 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Gewicht=20auf=202=20Nachkommastellen=20(?= =?UTF-8?q?step=200.1=20=E2=86=92=200.01)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/js/pages/health.js | 2 +- backend/static/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)