2023/12/20 레이어팝업 오류 수정
@b1d0458023a1c2e0a694532ff7b401ea698f2bcc
--- src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/at/KakaoAlimtalkMsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/at/KakaoAlimtalkMsgDataView.jsp
... | ... | @@ -1077,21 +1077,21 @@ |
| 1077 | 1077 |
|
| 1078 | 1078 |
<!-- 기업회원 이동 팝업 --> |
| 1079 | 1079 |
<div class="tooltip-wrap cvt_member_popup_wrap"> |
| 1080 |
- <div class="popup-com cvt_member_layer popup03" tabindex="0" data-tooltip-con="popup03" data-focus="popup03" data-focus-prev="popup03-close"> |
|
| 1080 |
+ <div class="popup-com cvt_member_layer" tabindex="0" data-tooltip-con="cvt_member_layer" data-focus="cvt_member_layer" data-focus-prev="cvt_member_layer-close"> |
|
| 1081 | 1081 |
<div class="popup_heading"> |
| 1082 | 1082 |
<p>알림</p> |
| 1083 |
- <button type="button" class="tooltip-close" data-focus="popup03-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
|
| 1083 |
+ <button type="button" class="tooltip-close" data-focus="cvt_member_layer-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
|
| 1084 | 1084 |
</div> |
| 1085 | 1085 |
<div class="layer_in"> |
| 1086 | 1086 |
<p>카카오톡 알림톡은 기업회원만 전송 가능합니다.<br>기업회원 전환 페이지로 이동하시겠습니까?</p> |
| 1087 | 1087 |
<div class="popup_btn_wrap2"> |
| 1088 | 1088 |
<button type="button" onclick="location.href='/web/user/membershipChange.do'">확인</button> |
| 1089 |
- <button type="button" class="tooltip-close" data-focus="popup03-close" data-focus-next="popup03">취소</button> |
|
| 1089 |
+ <button type="button" class="tooltip-close" data-focus="cvt_member_layer-close" data-focus-next="cvt_member_layer">취소</button> |
|
| 1090 | 1090 |
</div> |
| 1091 | 1091 |
</div> |
| 1092 | 1092 |
</div> |
| 1093 | 1093 |
</div> |
| 1094 |
- <button type="button" id="btnDeptPop" data-tooltip="popup03" style="display: none;"></button> |
|
| 1094 |
+ <button type="button" id="btnDeptPop" data-tooltip="cvt_member_layer" style="display: none;"></button> |
|
| 1095 | 1095 |
|
| 1096 | 1096 |
|
| 1097 | 1097 |
<!-- 템플릿 설정 디테일을 위한 FORM --> |
... | ... | @@ -1257,7 +1257,7 @@ |
| 1257 | 1257 |
<option value="">알림톡 템플릿 선택</option> |
| 1258 | 1258 |
</select> |
| 1259 | 1259 |
<!-- <button type="button" class="btnType btnType6" onclick="window.open('popup_allimtalk_template_choice.html','_blank','width=930, height=860, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">템플릿 선택</button> -->
|
| 1260 |
- <button type="button" class="btnType btnType6" onclick="javascript:fnTemplateReg(); return false;">템플릿 등록</button> |
|
| 1260 |
+ <button type="button" class="btnType btnType6" onclick="javascript:fnTemplateReg(); return false;">템플릿 등록</button> |
|
| 1261 | 1261 |
<div class="variable_wrap"> |
| 1262 | 1262 |
<ul> |
| 1263 | 1263 |
<li>* 변수명 설정파일을 다운로드 받으신 후 전송대상과 변수를 입력 후 업로드해주세요.</li> |
--- src/main/webapp/publish/js/popupLayer.js
+++ src/main/webapp/publish/js/popupLayer.js
... | ... | @@ -146,7 +146,7 @@ |
| 146 | 146 |
/* 상세보기 버튼 클릭 시 레이어팝업*/ |
| 147 | 147 |
// 팝업이 보이고 있으면 마스크 노출/미노출 |
| 148 | 148 |
// 레이어 팝업 2개 뜰 경우 |
| 149 |
- if($(".popup-com").is(":visible") !== true){
|
|
| 149 |
+ if($(".popup-com:visible").length <= 1){
|
|
| 150 | 150 |
$(".mask").removeClass("on");
|
| 151 | 151 |
}else{}
|
| 152 | 152 |
}) |
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?