버그 수정

- 의병 모집
- 장수 변경 시 생성 폼 남음
This commit is contained in:
2021-01-01 19:54:28 +09:00
parent 8e940aeb65
commit 7f0a3d320c
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -192,6 +192,10 @@ $(function($) {
printGenerals(value);
});
if (hasGeneralID) {
$('#create_plate').hide();
}
$('#build_general').on('click', buildGeneral);
$.each(validCustomOption, function(idx, value) {