diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 0b85718..382dd0c 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '473'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '474'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/uebungen.js b/backend/static/js/pages/uebungen.js index 5118f1a..55290cb 100644 --- a/backend/static/js/pages/uebungen.js +++ b/backend/static/js/pages/uebungen.js @@ -551,29 +551,27 @@ window.Page_uebungen = (() => { function _render() { _container.innerHTML = `
- ${_renderTabs()} -
+
+
+ ${_renderTabs()}
-
- -
`; diff --git a/backend/static/sw.js b/backend/static/sw.js index a0024a2..2852b1c 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v496'; +const CACHE_VERSION = 'by-v497'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten