From 092230c4e1a6e07a9111c27f117eb57b2cf899c5 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 25 Apr 2026 10:15:29 +0200 Subject: [PATCH] =?UTF-8?q?Wiki:=20Placeholder-Icon=20auf=20Phosphor=20'do?= =?UTF-8?q?g'=20umgestellt=20(statt=20unf=C3=B6rmigem=20Custom-SVG),=20SW?= =?UTF-8?q?=20by-v368?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/js/pages/wiki.js | 2 +- backend/static/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/static/js/pages/wiki.js b/backend/static/js/pages/wiki.js index 2011037..72d01ba 100644 --- a/backend/static/js/pages/wiki.js +++ b/backend/static/js/pages/wiki.js @@ -368,7 +368,7 @@ window.Page_wiki = (() => { } } - const _DOG_SILHOUETTE = ``; + const _DOG_SILHOUETTE = ``; function _breedCardHtml(r) { const fotoUrl = r.foto_url || r.user_foto || ''; diff --git a/backend/static/sw.js b/backend/static/sw.js index 00e615e..0f1edde 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-v367'; +const CACHE_VERSION = 'by-v368'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten