2024/02/05 카카오톡 채널 추가 팝업 마스크 오류 수정
This commit is contained in:
parent
0f85a8ca6e
commit
988d671416
@ -138,7 +138,9 @@ function tooltip() {
|
|||||||
wrapWindowByMask();
|
wrapWindowByMask();
|
||||||
|
|
||||||
/* 맞춤문자 제작요청 팝업 재생성 이벤트 */
|
/* 맞춤문자 제작요청 팝업 재생성 이벤트 */
|
||||||
if($(".popup01").length != 0){
|
if($(".popup01").length != 0 && $(".add_profile_popup01").length == 0){
|
||||||
|
//카톡 채널 ID 등록 페이지에 .popup01이 있어 마스크 오류.
|
||||||
|
// 조건 추가
|
||||||
$("#customPopup").empty();
|
$("#customPopup").empty();
|
||||||
customPopup();
|
customPopup();
|
||||||
}else{}
|
}else{}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user