Fix: test code

This commit is contained in:
2018-12-11 11:02:08 +09:00
parent 8ab8437d25
commit 9008ae054b
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -80,6 +80,7 @@ var Loading = {
// return; // return;
// } // }
this.state.start('Login'); // this.state.start('Login');
this.state.start('LicenseTimer');
}, },
} }
+1 -3
View File
@@ -82,9 +82,7 @@
var timeOutEventID; var timeOutEventID;
function ShowNotifyTimeOver(timeLeft) { function ShowNotifyTimeOver(timeLeft) {
var isNotificationIsSupported = !!(window.Notification /* W3C Specification */ || win.webkitNotifications /* old WebKit Browsers */ || navigator.mozNotification /* Firefox for Android and Firefox OS */) if("Notification" in window) {
if(isNotificationIsSupported) {
if(Notification) { // prepared browser for using Notification if(Notification) { // prepared browser for using Notification
if(Notification.permission === "granted") { if(Notification.permission === "granted") {
AddNotifyEventByNotification(timeLeft); AddNotifyEventByNotification(timeLeft);