Compare commits
No commits in common. "02dd93db80ac160ef6e91b780707c3ddc0569b6c" and "82210702077a0eb25ed4ba269973628f6961ab89" have entirely different histories.
02dd93db80
...
8221070207
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