From 39bfe5dcfebd29ec72f3625146932a509bf9985e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Panenko?= Date: Sat, 23 Nov 2024 14:12:28 +0000 Subject: [PATCH] #24 --- scripts/videoplayer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/videoplayer.js b/scripts/videoplayer.js index edc6167..09934f9 100644 --- a/scripts/videoplayer.js +++ b/scripts/videoplayer.js @@ -53,7 +53,6 @@ async function fetchVideoUrl(word) { return data.video_url; } - // Function to load video sequence by words using Supabase async function loadVideoSequenceByWords() { const words = inputText.value.trim().split(' '); @@ -194,4 +193,4 @@ inputText.addEventListener('input', () => { } else { translateBtn.disabled = true; // Disable the translate button if the text is empty } -}); \ No newline at end of file +});