From c3c7e591fd8bb1805ef81fcb682a2b52b9fb9fa8 Mon Sep 17 00:00:00 2001 From: breitenbach76 Date: Wed, 10 Jun 2026 13:32:07 +0200 Subject: [PATCH] Update index.html --- 04_Tablet-Quiz/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index b134627..7010de0 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -1423,7 +1423,7 @@ function renderAkte(){ const have = S.akte || {}; const n = ids.filter(a=>have[a]).length; let html = ``; - html += `
${n}/15 Artefakten gesammelt
`; + html += `
${n}/${ids.length} Artefakten gesammelt
`; for(const ph of order){ const group = ids.filter(a => ARTEFAKTE[a].phase === ph); if(!group.length) continue;