Update index.html
This commit is contained in:
parent
895dbce072
commit
c3c7e591fd
1 changed files with 1 additions and 1 deletions
|
|
@ -1423,7 +1423,7 @@ function renderAkte(){
|
|||
const have = S.akte || {};
|
||||
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>`;
|
||||
html += `<div class="akteCount">${n}/15 Artefakten gesammelt</div>`;
|
||||
html += `<div class="akteCount">${n}/${ids.length} Artefakten gesammelt</div>`;
|
||||
for(const ph of order){
|
||||
const group = ids.filter(a => ARTEFAKTE[a].phase === ph);
|
||||
if(!group.length) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue