fix container

This commit is contained in:
CodeDevMLH
2025-10-23 21:33:20 +02:00
parent 2cc615c133
commit a8278e4fb7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ let msgPrinted = false; // flag to prevent multiple console messages
// function to check and control the halloween
function toggleHalloween() {
const halloweenContainer = document.querySelector('.snow-container');
const halloweenContainer = document.querySelector('.halloween-container');
if (!halloweenContainer) return;
const videoPlayer = document.querySelector('.videoPlayerContainer');