전투 시뮬레이터 추가 구현

This commit is contained in:
2018-08-25 11:25:34 +09:00
parent b9a8202762
commit 40f35f0809
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());
});