징병 폼 완료

This commit is contained in:
2020-03-05 21:53:37 +09:00
parent 12529b2c41
commit 4abf43e0ca
5 changed files with 66 additions and 70 deletions
+4 -2
View File
@@ -25,7 +25,7 @@ function reserveTurn(turnList, command, arg){
jQuery(function($){
$('#commonSubmit').click(function(){
window.submitAction = function(){
//checkCommandArg 참고
var availableArgumentList = {
@@ -84,7 +84,9 @@ $('#commonSubmit').click(function(){
console.log(argument);
reserveTurn(turnList, command, argument);
});
};
$('#commonSubmit').click(submitAction);
});