From a4b647adbb8c2c86f1b48e990ee1afe335dfa0ea Mon Sep 17 00:00:00 2001 From: Mawoka Date: Tue, 26 Apr 2022 17:22:01 +0200 Subject: [PATCH] :bug: Disabling button while loading on /import --- frontend/src/routes/import.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/routes/import.svelte b/frontend/src/routes/import.svelte index b1d2b78..8110628 100644 --- a/frontend/src/routes/import.svelte +++ b/frontend/src/routes/import.svelte @@ -40,7 +40,6 @@ } is_loading = true; const regex_res = kahoot_regex.exec(url_input); - console.log(url_valid, url_input); const res = await fetch(`/api/v1/quiz/import/${regex_res[1]}`, { method: 'POST', headers: { @@ -128,7 +127,7 @@