Add: ShowNotifyTimeOver, CancelNotifyTimeOver
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
var timeOutEventID;
|
||||
function ShowNotifyTimeOver(timeLeft) {
|
||||
timeOutEventID = setTimeout(function() {
|
||||
alert("!!! 60분 시험 시간 종료 !!!\n작업을 중단하고 선생님을 불러주세요.");
|
||||
alert("!!! 시험 시간 종료 !!!\n작업을 중단하고 선생님을 불러주세요.");
|
||||
// notify("시험 시간이 끝났습니다!!!");
|
||||
}, timeLeft);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user