From 988d67141648be84a495e813683428c98040315f Mon Sep 17 00:00:00 2001 From: subsub Date: Mon, 5 Feb 2024 11:14:45 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/05=20=EC=B9=B4=EC=B9=B4=EC=98=A4?= =?UTF-8?q?=ED=86=A1=20=EC=B1=84=EB=84=90=20=EC=B6=94=EA=B0=80=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EB=A7=88=EC=8A=A4=ED=81=AC=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/js/popupLayer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/publish/js/popupLayer.js b/src/main/webapp/publish/js/popupLayer.js index 6cd234bc..5e062cf6 100644 --- a/src/main/webapp/publish/js/popupLayer.js +++ b/src/main/webapp/publish/js/popupLayer.js @@ -138,7 +138,9 @@ function tooltip() { wrapWindowByMask(); /* 맞춤문자 제작요청 팝업 재생성 이벤트 */ - if($(".popup01").length != 0){ + if($(".popup01").length != 0 && $(".add_profile_popup01").length == 0){ + //카톡 채널 ID 등록 페이지에 .popup01이 있어 마스크 오류. + // 조건 추가 $("#customPopup").empty(); customPopup(); }else{}