전투 시뮬레이터 추가 구현

This commit is contained in:
2018-08-25 11:25:34 +09:00
parent 3916cc0562
commit d90e087f20
3 changed files with 124 additions and 99 deletions
+5
View File
@@ -0,0 +1,5 @@
jQuery(function($){
var $generalForm = $('.defender_add_form .general_detail');
$('.general_form .general_detail').html($generalForm.html());
});