alert 주석처리 : 중간출석 메시지 출력 전, '1' 이 출력 삭제

This commit is contained in:
lch 2021-04-30 00:49:27 +00:00
parent 748b5bb0b5
commit 5394fdc330
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
} else if (_mtime > 0 && !_okmid && _tsec >= _mtime && _mtimesec < 1) {
if (checklectdate > 0) {
alert(checklectdate);
//alert(checklectdate);
//clearInterval(_timerlog);
_mtimesec = 1;
$("#playerbox").addClass("hidecontent");