Update index.html

This commit is contained in:
breitenbach76 2026-06-10 13:32:07 +02:00
parent 895dbce072
commit c3c7e591fd

View file

@ -1423,7 +1423,7 @@ function renderAkte(){
const have = S.akte || {}; const have = S.akte || {};
const n = ids.filter(a=>have[a]).length; const n = ids.filter(a=>have[a]).length;
let html = `<div class="navTop"><b>📁 Service-Akte</b><button id="akteClose" title="Schließen"></button></div>`; let html = `<div class="navTop"><b>📁 Service-Akte</b><button id="akteClose" title="Schließen"></button></div>`;
html += `<div class="akteCount">${n}/15 Artefakten gesammelt</div>`; html += `<div class="akteCount">${n}/${ids.length} Artefakten gesammelt</div>`;
for(const ph of order){ for(const ph of order){
const group = ids.filter(a => ARTEFAKTE[a].phase === ph); const group = ids.filter(a => ARTEFAKTE[a].phase === ph);
if(!group.length) continue; if(!group.length) continue;