Compare commits
2 commits
8221070207
...
02dd93db80
| Author | SHA1 | Date | |
|---|---|---|---|
| 02dd93db80 | |||
| 2ced2ce476 |
1 changed files with 1 additions and 1 deletions
|
|
@ -978,9 +978,9 @@ function renderClassify(){
|
|||
<p class="muted">Überlegt gemeinsam und wählt die passende Change-Art. Die Legende hilft beim Einordnen.</p>
|
||||
${hint}
|
||||
<div class="choiceGrid grid2">${choices}</div>
|
||||
${legend}
|
||||
</div>
|
||||
</div>
|
||||
${legend}
|
||||
<div class="actions"><button class="ghost" id="backDeck">← Andere Karte</button></div>`;
|
||||
$("#panel").querySelectorAll(".choice").forEach(el=>{
|
||||
el.onclick=()=>{ const i=+el.dataset.i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue