diff --git a/js/events.js b/js/events.js index 17ffa4c..71c3950 100644 --- a/js/events.js +++ b/js/events.js @@ -1054,8 +1054,6 @@ function showSleepTimerModal(player) { const modal = document.getElementById('sleep-timer-modal'); if (!modal) return; - - const closeModal = () => { modal.classList.remove('active'); cleanup();