생략 -> 알림톡 금일/금월/금년 통계

This commit is contained in:
hehihoho3@gmail.com 2025-06-11 14:20:12 +09:00
parent aa3ede8c28
commit a4e40b2ffa

View File

@ -41,12 +41,12 @@
$(document).ready(function(){
// 알림톡 금일/금월/금년 통계
getMjonKakaoAtThisSum();
// getMjonKakaoAtThisSum();
});
// 알림톡 금일/금월/금년 통계
function getMjonKakaoAtThisSum() {
/* function getMjonKakaoAtThisSum() {
$("#mjonKakaoAtThisSumArea").html("");
$.ajax({
@ -74,7 +74,7 @@ function getMjonKakaoAtThisSum() {
//alert("ERROR : " + JSON.stringify(e));
}
});
}
} */
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();