diff --git a/src/main/webapp/WEB-INF/jsp/include/tail.jsp b/src/main/webapp/WEB-INF/jsp/include/tail.jsp index 1521b416..2486592c 100644 --- a/src/main/webapp/WEB-INF/jsp/include/tail.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/tail.jsp @@ -98,4 +98,4 @@ async function selectURL(multiple) { } -${functions} + diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 5dfb194b..ceae5a64 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -146,9 +146,7 @@ + +console.log('TODO: 보안모드 관련 스크립트 작성 필요'); + - -${functions} -function setPageTitle(pageTitle) { - $("#pageTitle").html(pageTitle); -} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp b/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp index 1fb8cc23..030effe9 100644 --- a/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp @@ -19,13 +19,13 @@ -let userMenus = ${userMenus}; + + +let userMenus = ${userMenus}; function setUserMenus(menus) { let menuSupport = new FimsMenuSupport("#layout-menu").setMenuInfo(menus).setActive(wctx.current()); let currentMenu = menuSupport.getMenu(wctx.current()); - if (currentMenu) - setPageTitle(currentMenu.name); } setUserMenus(userMenus); diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index fa474217..e765b264 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -34,8 +34,12 @@ -