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();