adventskalender/shared/js/door-open.js aktualisiert
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Doppeltüren (6 & 24) überspringen – eigene Logik folgt später
|
||||
if (door.classList.contains("double")) return;
|
||||
|
||||
// Türchen-Interaktion: Öffnen & später Popup
|
||||
document.querySelectorAll(".door").forEach(door => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user