diff --git a/seasonals/halloween.js b/seasonals/halloween.js index af0fad2..63b8f28 100644 --- a/seasonals/halloween.js +++ b/seasonals/halloween.js @@ -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'); diff --git a/seperate single seasonals/Seasonals-Halloween/halloween.js b/seperate single seasonals/Seasonals-Halloween/halloween.js index 6803a9d..90d2db4 100644 --- a/seperate single seasonals/Seasonals-Halloween/halloween.js +++ b/seperate single seasonals/Seasonals-Halloween/halloween.js @@ -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');