|
|
@@ -14,12 +14,12 @@
|
|
|
* 1.0 2021.05.25 sowon 최초 작성
|
|
|
*******************************************************************************
|
|
|
-->
|
|
|
-<div class="modalPopup" data-width="1200" id="popupReviewDetail">
|
|
|
+<div class="modalPopup" data-width="1200" id="popupReplyDetail">
|
|
|
<div class="panelStyle">
|
|
|
<!-- TITLE -->
|
|
|
<div class="panelTitle">
|
|
|
<strong>댓글 상세</strong>
|
|
|
- <button type="button" class="close" onclick="uifnPopupClose('popupReviewDetail');"><em class="fa fa-times"></em></button>
|
|
|
+ <button type="button" class="close" onclick="uifnPopupClose('popupReplyDetail');"><em class="fa fa-times"></em></button>
|
|
|
</div>
|
|
|
<!-- //TITLE -->
|
|
|
|
|
|
@@ -100,6 +100,11 @@
|
|
|
$("#layer_review_pic").find("button.btnArr").removeClass("off"); //버튼 초기화
|
|
|
});
|
|
|
|
|
|
+ $("#popupReplyDetail .close").click(function() {
|
|
|
+ $("#popupReplyDetail").addClass("off"); //레이어 닫기
|
|
|
+ $("#popupReplyDetail").find("button.btnArr").removeClass("off"); //버튼 초기화
|
|
|
+ });
|
|
|
+
|
|
|
// 팝업 레이어 : 이전 버튼
|
|
|
function fnPicPrev(id){
|
|
|
let onIdx = $("#"+id).find(".picList li.on").index() - 1;
|