Fix: test code
This commit is contained in:
@@ -80,6 +80,7 @@ var Loading = {
|
||||
// return;
|
||||
// }
|
||||
|
||||
this.state.start('Login');
|
||||
// this.state.start('Login');
|
||||
this.state.start('LicenseTimer');
|
||||
},
|
||||
}
|
||||
|
||||
@@ -82,9 +82,7 @@
|
||||
var timeOutEventID;
|
||||
|
||||
function ShowNotifyTimeOver(timeLeft) {
|
||||
var isNotificationIsSupported = !!(window.Notification /* W3C Specification */ || win.webkitNotifications /* old WebKit Browsers */ || navigator.mozNotification /* Firefox for Android and Firefox OS */)
|
||||
|
||||
if(isNotificationIsSupported) {
|
||||
if("Notification" in window) {
|
||||
if(Notification) { // prepared browser for using Notification
|
||||
if(Notification.permission === "granted") {
|
||||
AddNotifyEventByNotification(timeLeft);
|
||||
|
||||
Reference in New Issue
Block a user