개인정보동의 팝업 안보이기 주석제거
@da5253894db08bd6bf4a89672262623f55ff7b71
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -62,8 +62,8 @@ |
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
if(agreePrivatePopCk != null){//개인정보 및 이용약관 개정 팝업 노출, 3일안보기 쿠키 있으면 팝업 안모여준다.
|
| 65 |
- // $(".agreePrivatePop").css("display","none");
|
|
| 66 |
- // $(".agreePrivatePop").hide();
|
|
| 65 |
+ $(".agreePrivatePop").css("display","none");
|
|
| 66 |
+ $(".agreePrivatePop").hide();
|
|
| 67 | 67 |
} |
| 68 | 68 |
|
| 69 | 69 |
if(evntPopCk != null && pointPopCk != null){//팝업 쿠키가 모두 있는 경우 안보여준다.
|
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?