2024/02/05 카카오톡 채널 추가 팝업 마스크 오류 수정
@988d67141648be84a495e813683428c98040315f
--- src/main/webapp/publish/js/popupLayer.js
+++ src/main/webapp/publish/js/popupLayer.js
... | ... | @@ -138,7 +138,9 @@ |
| 138 | 138 |
wrapWindowByMask(); |
| 139 | 139 |
|
| 140 | 140 |
/* 맞춤문자 제작요청 팝업 재생성 이벤트 */ |
| 141 |
- if($(".popup01").length != 0){
|
|
| 141 |
+ if($(".popup01").length != 0 && $(".add_profile_popup01").length == 0){
|
|
| 142 |
+ //카톡 채널 ID 등록 페이지에 .popup01이 있어 마스크 오류. |
|
| 143 |
+ // 조건 추가 |
|
| 142 | 144 |
$("#customPopup").empty();
|
| 143 | 145 |
customPopup(); |
| 144 | 146 |
}else{}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?