From 83e034e357b060d9fdbf699eeb3575d205e6856c Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Tue, 24 Jun 2025 13:08:51 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=AD=20=EB=8B=AB=ED=9E=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01240-main.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/index.jsp | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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