diff --git a/src/main/resources/static/cmn/js/agent/timerForOneC.js b/src/main/resources/static/cmn/js/agent/timerForOneC.js index 6ca8a41..5213396 100644 --- a/src/main/resources/static/cmn/js/agent/timerForOneC.js +++ b/src/main/resources/static/cmn/js/agent/timerForOneC.js @@ -90,8 +90,8 @@ function fn_oneInsertCntAndTime(){ console.log(' one cnt >= numberOnly :', cnt >= numberOnly); if(cnt >= numberOnly){ oneStopInsertTimer(); - oneStartTransferTimer($('#oneUserId').val()); // 이관 카운트 - fn_oneReportScriptStart(); + // oneStartTransferTimer($('#oneUserId').val()); // 이관 카운트 + // fn_oneReportScriptStart(); } } else { diff --git a/src/main/resources/static/cmn/js/agent/timerForTwoC.js b/src/main/resources/static/cmn/js/agent/timerForTwoC.js index 8373171..2c591df 100644 --- a/src/main/resources/static/cmn/js/agent/timerForTwoC.js +++ b/src/main/resources/static/cmn/js/agent/timerForTwoC.js @@ -88,8 +88,8 @@ function fn_twoInsertCntAndTime(){ // console.log('cnt >= numberOnly :', cnt >= numberOnly); if(cnt >= numberOnly){ twoStopInsertTimer(); - twoStartTransferTimer($('#twoUserId').val()); // 이관 카운트 - fn_twoReportScriptStart(); + // twoStartTransferTimer($('#twoUserId').val()); // 이관 카운트 + // fn_twoReportScriptStart(); } } else { diff --git a/src/main/resources/templates/agent/view.html b/src/main/resources/templates/agent/view.html index ea685b0..a013f31 100644 --- a/src/main/resources/templates/agent/view.html +++ b/src/main/resources/templates/agent/view.html @@ -337,95 +337,95 @@ -