Add: ShowNotifyTimeOver, CancelNotifyTimeOver

This commit is contained in:
2018-12-10 10:29:44 +09:00
parent 2eea30f574
commit 75041a8b1e
2 changed files with 73 additions and 39 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
var timeOutEventID;
function ShowNotifyTimeOver(timeLeft) {
timeOutEventID = setTimeout(function() {
alert("!!! 60분 시험 시간 종료 !!!\n작업을 중단하고 선생님을 불러주세요.");
alert("!!! 시험 시간 종료 !!!\n작업을 중단하고 선생님을 불러주세요.");
// notify("시험 시간이 끝났습니다!!!");
}, timeLeft);
}