Show dark startup splash screen

This commit is contained in:
2021-03-06 11:23:17 +01:00
parent b63ace2dde
commit 152530a87e
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,6 @@ class SmallMediaPlayer {
target.appendChild(video);
}
el.querySelector(".close").addEventListener("click", e => el.remove());
el.addEventListener("click", e => el.remove());
}