wandbuchsen editieren ungetestet

This commit is contained in:
2026-02-16 10:14:41 +01:00
parent 3bc5a2ca04
commit f80ab4aaa9
3 changed files with 22 additions and 34 deletions

View File

@@ -167,7 +167,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (markerType === 'outlet' && Number(entry.id) === activeId) {
return;
}
appendReference(entry, 'outlet-marker', 32, 32);
appendReference(entry, 'outlet-marker', 10, 10);
});
};