From c718ef0063ee542fe4b3488c831c46981f0b020d Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Mon, 25 Nov 2024 00:51:00 +0100 Subject: [PATCH] comment --- snowflakes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowflakes.js b/snowflakes.js index 289ad24..7e3394d 100644 --- a/snowflakes.js +++ b/snowflakes.js @@ -14,7 +14,7 @@ function toggleSnowflakes() { const isDashboard = document.body.classList.contains('dashboardDocument'); const hasUserMenu = document.querySelector('#app-user-menu'); - // hide snowflakes if video player is active or dashboard is visible + // hide snowflakes if video/trailer player is active or dashboard is visible if (videoPlayer || trailerPlayer || isDashboard || hasUserMenu) { snowflakeContainer.style.display = 'none'; // hide snowflakes if (!msgPrinted) {