Fix: apply Desktop Notification for Chrome, Alert for IE

This commit is contained in:
2018-12-11 10:27:58 +09:00
parent ac3936aad9
commit 6d226d03f5
2 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ Timer.prototype.sendStartTimeToServer = function(time) {
this.timeStart = time;
// send to server
console.log(this.timeStart);
console.log("send to server : " + this.timeStart);
}
Timer.prototype.sendTimeLeftToServer = function() {