From b0a0bfa4aca8c30a5ecded4878cc1690280deb39 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 25 May 2020 23:28:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=95=EB=B3=91=EC=B0=BD=20=EB=B3=91?= =?UTF-8?q?=EB=A0=A5=20=ED=82=A4=EB=B3=B4=EB=93=9C=20=EC=9E=85=EB=A0=A5=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/recruitCrewForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/js/recruitCrewForm.js b/hwe/js/recruitCrewForm.js index 742cb3a7..ac2aaacd 100644 --- a/hwe/js/recruitCrewForm.js +++ b/hwe/js/recruitCrewForm.js @@ -23,7 +23,7 @@ $(function(){ var crewtype = parseInt($parent.data('crewtype')); calc(crewtype); $formCrewtype.val(crewtype); - $formAmount.val($this.val()); + $formAmount.val($this.val()*100); if(e.which === 13){ submitAction();