alert 주석처리 : 중간출석 메시지 출력 전, '1' 이 출력 삭제
This commit is contained in:
parent
748b5bb0b5
commit
5394fdc330
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue