From 9c92dae2e804f17f59f4f071282639cc5275bb3a Mon Sep 17 00:00:00 2001 From: naoko1010hh Date: Sun, 1 Mar 2020 20:15:06 +0900 Subject: [PATCH] =?utf8?q?[=E6=9B=B4=E6=96=B0]:=E8=87=AA=E5=8B=95=E3=81=A7?= =?utf8?q?=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89=E3=81=AB=E3=83=95?= =?utf8?q?=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=8C=E5=BD=93=E3=81=9F?= =?utf8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/splashscreen.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/splashscreen.js b/js/splashscreen.js index dcaa65a..44b89a2 100644 --- a/js/splashscreen.js +++ b/js/splashscreen.js @@ -32,6 +32,9 @@ else { text[3]="ユーザー" text[4]="パスワード" } +document.onkeydown = function (e){ + document.getElementById("inputPassword").focus(); +}; class SplashScreen { constructor() { /* Speed of SplashScreen transitions */ -- 2.11.0