This commit is contained in:
JSYOO 2021-11-29 11:41:39 +09:00
parent 4f50c32122
commit 88e3f1cef6

View File

@ -44,7 +44,7 @@ String councilDnsHost = (String)session.getAttribute("councilDnsHost");
<script>
// 제목 설정
function fn_setPageTitle(title) {
function fn_setPageTitle(title) {
document.title = "${councilNm } - " + title + " : 소장자료관";
}