From 6b6023872bd40e1bc49fa34bc1ae6b4b0a769a52 Mon Sep 17 00:00:00 2001 From: naoko1010hh Date: Mon, 2 Mar 2020 16:53:03 +0900 Subject: [PATCH] =?utf8?q?[=E6=9B=B4=E6=96=B0]:=E3=83=95=E3=82=A7=E3=83=BC?= =?utf8?q?=E3=83=89=E3=82=A4=E3=83=B3=E3=83=95=E3=82=A7=E3=83=BC=E3=83=89?= =?utf8?q?=E3=82=A2=E3=82=A6=E3=83=88=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/theme.js b/js/theme.js index 1fe534e..2e194bd 100644 --- a/js/theme.js +++ b/js/theme.js @@ -65,7 +65,7 @@ $(greeter).on("ready", function(e) { $(greeter).on("grant", () => { let session_key = $session.children("option:selected").val(); - $cover.fadeIn("slow", () => greeter.login(session_key)); + // $cover.fadeIn("slow", () => greeter.login(session_key)); }) .on("deny", () => { // inform the user that the credentials are invalid @@ -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); }); -- 2.11.0