버그 수정
- 의병 모집 - 장수 변경 시 생성 폼 남음
This commit is contained in:
@@ -192,6 +192,10 @@ $(function($) {
|
||||
printGenerals(value);
|
||||
});
|
||||
|
||||
if (hasGeneralID) {
|
||||
$('#create_plate').hide();
|
||||
}
|
||||
|
||||
$('#build_general').on('click', buildGeneral);
|
||||
|
||||
$.each(validCustomOption, function(idx, value) {
|
||||
|
||||
Reference in New Issue
Block a user