style: auto-fix linting issues
This commit is contained in:
parent
5975fdbac7
commit
bd6ab9d6fd
1 changed files with 0 additions and 2 deletions
|
|
@ -1054,8 +1054,6 @@ function showSleepTimerModal(player) {
|
|||
const modal = document.getElementById('sleep-timer-modal');
|
||||
if (!modal) return;
|
||||
|
||||
|
||||
|
||||
const closeModal = () => {
|
||||
modal.classList.remove('active');
|
||||
cleanup();
|
||||
|
|
|
|||
Loading…
Reference in a new issue