Weiter am Taskgame gebastelt
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user