Weiter am Taskgame gebastelt
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled

This commit is contained in:
2026-05-02 23:10:41 +02:00
parent c472093f62
commit ca0e933d95
76 changed files with 987 additions and 288 deletions

View File

@@ -679,6 +679,7 @@
// ── Gruppe lists ──
function renderGruppeList(containerId, gruppen) {
gruppen = gruppen.filter(g => g.availableIn !== 'CHASTITY_ONLY');
const ul = document.getElementById(containerId);
const section = ul.closest('[id^="section"]');
const selectAllWrap = section?.querySelector('.select-all-label');