징병창 병력 키보드 입력 버그
This commit is contained in:
@@ -23,7 +23,7 @@ $(function(){
|
|||||||
var crewtype = parseInt($parent.data('crewtype'));
|
var crewtype = parseInt($parent.data('crewtype'));
|
||||||
calc(crewtype);
|
calc(crewtype);
|
||||||
$formCrewtype.val(crewtype);
|
$formCrewtype.val(crewtype);
|
||||||
$formAmount.val($this.val());
|
$formAmount.val($this.val()*100);
|
||||||
|
|
||||||
if(e.which === 13){
|
if(e.which === 13){
|
||||||
submitAction();
|
submitAction();
|
||||||
|
|||||||
Reference in New Issue
Block a user