Fix: APP_VER-Mismatch (Dauer-Aktualisieren-Bug), Mülleimer-Zahl im Hero (SW by-v964)

This commit is contained in:
rene 2026-05-14 22:15:17 +02:00
parent 58046ce0c7
commit cf6e5920ae
4 changed files with 6 additions and 3 deletions

View file

@ -747,6 +747,8 @@
<strong id="stat-dogs"></strong> Hunde
<span class="sep">·</span>
<strong id="stat-km"></strong> km Gassi-Wege
<span class="sep">·</span>
<strong id="stat-kotbeutel"></strong> Mülleimer
</div>
</div>
</header>
@ -1584,6 +1586,7 @@
set('big-dogs', d.dogs);
set('big-km', d.km);
set('big-posts', d.forum_posts);
set('stat-kotbeutel', d.kotbeutel);
set('big-kotbeutel', d.kotbeutel);
var heroStats = document.getElementById('hero-stats');