Merge pull request #1624 from shydah/pr/manage-document-popup

Resolve #1595 - 게시물 관리 사용 시 게시판이 기본 선택되도록 개선
This commit is contained in:
Kijin Sung 2021-02-22 22:32:58 +09:00 committed by GitHub
commit 80afa6720c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 6 deletions

View file

@ -71,5 +71,8 @@ jQuery(function($){
message_content_area.prop("disabled", false);
}
});
<!--@if($module_srl > 0)-->
doGetCategoryFromModule({$module_srl});
<!--@end-->
});
</script>