기본 예약 리셋 동작

This commit is contained in:
2018-04-25 02:13:40 +09:00
parent 9122342fb9
commit 6253b757ec
5 changed files with 123 additions and 31 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ function formSetup(){
extend:$('#extend input:radio:checked').val(),
npcmode:$('#npcmode input:radio:checked').val(),
show_img_level:$('#show_img_level input:radio:checked').val(),
tournament_trig:$('#tournament_trig input:radio:checked').val()
tournament_trig:$('#tournament_trig input:radio:checked').val(),
reserve_open:$('#reserve_open').val()
}
}).then(function(result){
var deferred = $.Deferred();