Remove unnecessary comments and streamline DOM observation in seasonal scripts

This commit is contained in:
CodeDevMLH
2026-02-27 21:57:24 +01:00
parent f3ea84cc80
commit 0b7b506b8d
7 changed files with 20 additions and 35 deletions

View File

@@ -41,7 +41,6 @@ function toggleCarnival() {
}
}
// observe changes in the DOM
const observer = new MutationObserver(toggleCarnival);
observer.observe(document.body, {
childList: true,