--- src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/ft/KakaoFriendsTalkMsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/ft/KakaoFriendsTalkMsgDataView.jsp
... | ... | @@ -1654,14 +1654,17 @@ |
| 1654 | 1654 |
} |
| 1655 | 1655 |
|
| 1656 | 1656 |
|
| 1657 |
- |
|
| 1657 |
+$(function () {
|
|
| 1658 |
+ $(".mask").addClass("on");
|
|
| 1659 |
+ $(".service_stop_popup").fadeIn(1000);
|
|
| 1660 |
+}); |
|
| 1658 | 1661 |
|
| 1659 | 1662 |
</script> |
| 1660 |
-<div class="mask on"></div> |
|
| 1663 |
+<div class="mask"></div> |
|
| 1661 | 1664 |
|
| 1662 | 1665 |
<!-- 친구톡 서비스 중단 --> |
| 1663 | 1666 |
<div class="tooltip-wrap "> |
| 1664 |
- <div class="popup-com service_stop_popup alert_layer_popup" tabindex="0" data-tooltip-con="alert_layer_popup" data-focus="alert_layer_popup" data-focus-prev="alert_layer_popup-close" style="display:block;width:490px;opacity:1;"> |
|
| 1667 |
+ <div class="popup-com service_stop_popup alert_layer_popup" tabindex="0" data-tooltip-con="alert_layer_popup" data-focus="alert_layer_popup" data-focus-prev="alert_layer_popup-close" style="width:490px;opacity:1;transition:opacity 0s"> |
|
| 1665 | 1668 |
<div class="popup_heading"> |
| 1666 | 1669 |
<p>알림</p> |
| 1667 | 1670 |
<button type="button" class="tooltip-close" onclick="location.href='/web/main/mainPage.do'"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
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?