From 315bcc4a23a3b141aa8bd4ef8c4e773331eec5d4 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Fri, 24 Nov 2023 18:05:56 -0800 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6df914e..cddc427 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ const { default: sources } = await import("./common/assets/sources.json", { asse const sourceURL = textField.value; if (!isValidHTTPURL(sourceURL)) alert("Invalid HTTP URL."); - else open((`./view/?source=${sourceURL}`)) + else open(`./view/?source=${sourceURL}`); } });