랜임 모드 버그 수정

This commit is contained in:
2018-10-24 00:54:18 +09:00
parent 40e0adfefe
commit 8e8eda1012
7 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ function formSetup(){
show_img_level:$('#show_img_level input:radio:checked').val(),
tournament_trig:$('#tournament_trig input:radio:checked').val(),
reserve_open:$('#reserve_open').val(),
join_mode:$('#join_mode').val(),
join_mode:$('#join_mode input:radio:checked').val(),
}
}).then(function(result){
var deferred = $.Deferred();