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(); } }