새올 관련 변수명 수정

main
이범준 2 months ago
parent 9446cff68d
commit d10c70a9ec

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

Loading…
Cancel
Save