fix container
This commit is contained in:
@@ -8,7 +8,7 @@ let msgPrinted = false; // flag to prevent multiple console messages
|
|||||||
|
|
||||||
// function to check and control the halloween
|
// function to check and control the halloween
|
||||||
function toggleHalloween() {
|
function toggleHalloween() {
|
||||||
const halloweenContainer = document.querySelector('.snow-container');
|
const halloweenContainer = document.querySelector('.halloween-container');
|
||||||
if (!halloweenContainer) return;
|
if (!halloweenContainer) return;
|
||||||
|
|
||||||
const videoPlayer = document.querySelector('.videoPlayerContainer');
|
const videoPlayer = document.querySelector('.videoPlayerContainer');
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ let msgPrinted = false; // flag to prevent multiple console messages
|
|||||||
|
|
||||||
// function to check and control the halloween
|
// function to check and control the halloween
|
||||||
function toggleHalloween() {
|
function toggleHalloween() {
|
||||||
const halloweenContainer = document.querySelector('.snow-container');
|
const halloweenContainer = document.querySelector('.halloween-container');
|
||||||
if (!halloweenContainer) return;
|
if (!halloweenContainer) return;
|
||||||
|
|
||||||
const videoPlayer = document.querySelector('.videoPlayerContainer');
|
const videoPlayer = document.querySelector('.videoPlayerContainer');
|
||||||
|
|||||||
Reference in New Issue
Block a user