--- src/main/webapp/WEB-INF/jsp/uss/ion/kakaoat/SendKakaoATList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/kakaoat/SendKakaoATList.jsp
... | ... | @@ -41,12 +41,12 @@ |
| 41 | 41 |
$(document).ready(function(){
|
| 42 | 42 |
|
| 43 | 43 |
// 알림톡 금일/금월/금년 통계 |
| 44 |
- getMjonKakaoAtThisSum(); |
|
| 44 |
+// getMjonKakaoAtThisSum(); |
|
| 45 | 45 |
|
| 46 | 46 |
}); |
| 47 | 47 |
|
| 48 | 48 |
// 알림톡 금일/금월/금년 통계 |
| 49 |
-function getMjonKakaoAtThisSum() {
|
|
| 49 |
+/* function getMjonKakaoAtThisSum() {
|
|
| 50 | 50 |
$("#mjonKakaoAtThisSumArea").html("");
|
| 51 | 51 |
|
| 52 | 52 |
$.ajax({
|
... | ... | @@ -74,7 +74,7 @@ |
| 74 | 74 |
//alert("ERROR : " + JSON.stringify(e));
|
| 75 | 75 |
} |
| 76 | 76 |
}); |
| 77 |
-} |
|
| 77 |
+} */ |
|
| 78 | 78 |
|
| 79 | 79 |
function fn_search(){
|
| 80 | 80 |
var searchKeyword = $('input[name=searchKeyword]').val();
|
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?