matomo 통계 프로그램 사용 안하게 되어서 코드 주석처리
@5989e18149c72ca3cc299317b860e257a51370fd
--- src/main/webapp/WEB-INF/jsp/layout/include/defaultResource.jsp
+++ src/main/webapp/WEB-INF/jsp/layout/include/defaultResource.jsp
... | ... | @@ -75,6 +75,8 @@ |
| 75 | 75 |
|
| 76 | 76 |
<!-- Uncaught TypeError: e.widget is not a function로 인해 가장 마지막에 선언_이준호_220510 --> |
| 77 | 77 |
<script type="text/javascript" src="/dist/js/jquery_wrapper.min.js"></script> |
| 78 |
+ <%-- 20240110 matomo 사용 안함으로 인하여 주석처리 함 |
|
| 79 |
+ |
|
| 78 | 80 |
<c:if test="${fn:contains(pageContext.request.requestURL, 'munjaon.co.kr')}">
|
| 79 | 81 |
<!-- Matomo --> |
| 80 | 82 |
<script> |
... | ... | @@ -96,5 +98,5 @@ |
| 96 | 98 |
</script> |
| 97 | 99 |
<noscript><p><img src="https://mtm.munjaon.co.kr:9997/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript> |
| 98 | 100 |
<!-- End Matomo Code --> |
| 99 |
- </c:if> |
|
| 101 |
+ </c:if> --%> |
|
| 100 | 102 |
(No newline at end of file) |
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?