diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01240-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01240-main.jsp index 6345eed..1264abc 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01240-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01240-main.jsp @@ -626,5 +626,5 @@ // 3. 보안모드 fn_securityModeToggle($("#securityMode--top").is(":checked")); }); - - +//# sourceURL=sndb01240-main.jsp + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index 1bb681e..6af7b01 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -81,7 +81,8 @@ tags = mainTabs.inStrings(template, toTab); document.getElementById("menu-tabs").innerHTML = tags.join(""); - $("#menu-tabs .nav-item").eq(0).find("span.ms-2").remove(); + if (!mainTabs.sticky.empty) + $("#menu-tabs .nav-item").eq(0).find("span.ms-2").remove(); }, onCurrentChange: tab => { @@ -485,6 +486,7 @@ }); }); +//# sourceURL=index.jsp \ No newline at end of file