From 99115e66d5ce5fa07bc5127dbdc33982788e6804 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 31 Mar 2025 11:59:03 +0100 Subject: [PATCH] fix typo --- app/static/js/VideoPlayer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/js/VideoPlayer.js b/app/static/js/VideoPlayer.js index 369316b..fae5d0f 100644 --- a/app/static/js/VideoPlayer.js +++ b/app/static/js/VideoPlayer.js @@ -284,7 +284,6 @@ window.VideoPlayer = function(options) { self.controls.querySelector('.fullscreen-btn').addEventListener("click", toggleFullscreen) if (typeof window.TelegramWebview !== 'undefined') { self.controls.querySelector('.fullscreen-btn').style.display = 'none'; - return } document.addEventListener('fullscreenchange', event => { if (!document.fullscreenElement) {