From 8c95e1197e2975ee25ce96ebe9b10c9417e4ed44 Mon Sep 17 00:00:00 2001 From: projectdx Date: Thu, 26 Jan 2023 20:42:31 +0900 Subject: [PATCH] =?UTF-8?q?2023.01.26=20(02.=20=EC=95=A0=EB=8B=88=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=ED=94=84=20bug=20fixed)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/anime_downloader_anilife_search.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/anime_downloader_anilife_search.html b/templates/anime_downloader_anilife_search.html index ac0afb9..5da9fec 100644 --- a/templates/anime_downloader_anilife_search.html +++ b/templates/anime_downloader_anilife_search.html @@ -378,6 +378,7 @@ $.notify("분석 실패
" + ret.log, { type: "warning", }); + dismissLoadingScreen() } }, }); @@ -429,6 +430,7 @@ make_program(ret.data) } else { $.notify('분석 실패
' + ret.log, {type: 'warning'}); + dismissLoadingScreen() } } });