From 2f649ae0403096221e20b46410dc08d0e470630b Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Fri, 28 Jul 2023 09:17:32 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20document.onload=E3=81=AB=E7=B5=B1?= =?UTF-8?q?=E4=B8=80=E3=80=81=E7=84=A1=E9=A7=84=E3=81=AA=E3=83=AD=E3=82=B0?= =?UTF-8?q?=E5=87=BA=E5=8A=9B=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/jskult-webapp/src/templates/bioSearchList.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ecs/jskult-webapp/src/templates/bioSearchList.html b/ecs/jskult-webapp/src/templates/bioSearchList.html index 3996865b..4dafce34 100644 --- a/ecs/jskult-webapp/src/templates/bioSearchList.html +++ b/ecs/jskult-webapp/src/templates/bioSearchList.html @@ -10,13 +10,11 @@ window.onload = function(){ // 見出し固定初期化 FixedMidashi.create(); - } - $(function(){ // ボタン、テキストボックス初期化 formBtDisabled(); // DatePickerを有効化 enableDatePicker(); - }); + } @@ -288,7 +286,6 @@ $(val).attr('tabindex', '0') // Enterキー押下時に要素をクリックできるようにイベントを付加する $(val).on('keypress', function(e) { - console.log(e.code) if (e.code === 'Enter') { $(e.target).click() $(val).off('keypress')