From d10c70a9ec3324dde3e221f6a6f798338966f84d Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 26 Sep 2024 13:13:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EC=98=AC=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index 1f1a2d86..1b427355 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -394,11 +394,11 @@ //사용하지 않는 연계와 관련된 메뉴 제거 //새올민원 관련 메뉴 제거 if(SYS_LINK_INFO == null || SYS_LINK_INFO.CVLCPT_LINK_SE_CD != '01'){ - var seallMenuUrl = wctx.url("/cvlc/cvlc04/010/main.do"); + var saeolMenuUrl = wctx.url("/cvlc/cvlc04/010/main.do"); $("ul[id='menus']").find("li[class='menu-item']").each(function(){ if($(this).children("a[onclick]").length > 0){ let oc = $(this).children("a[onclick]").attr("onclick").split("'"); - if(oc.length == 3 && oc[1] == seallMenuUrl){ + if(oc.length == 3 && oc[1] == saeolMenuUrl){ $(this).remove(); } }