From f32dd21c18d4db091b89852b8723fb1569c46c30 Mon Sep 17 00:00:00 2001 From: naoko1010hh Date: Mon, 2 Mar 2020 16:57:17 +0900 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]:=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=81=99=E3=82=89=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E3=82=82?= =?UTF-8?q?=E3=81=A8=E3=81=AB=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/theme.js b/js/theme.js index 2f72dd7..3950b09 100644 --- a/js/theme.js +++ b/js/theme.js @@ -84,5 +84,5 @@ $(greeter).on("ready", function(e) { /* Once everything else has loaded, its safe to remove the black screen hiding the dom. Do it async so that all currently running async functions have a chance to complete */ - // setTimeout(() => $cover.fadeOut(), dur=1); + setTimeout(() => $cover.fadeOut(), dur=1); });