fix?
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Wed Feb 13 2019 14:50:03 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Feb 13 2019 15:00:16 GMT+0100 (CET)*/
|
||||
var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
|
||||
Vendored
+7
-7
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Wed Feb 13 2019 14:50:03 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Feb 13 2019 15:00:16 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -19184,11 +19184,11 @@
|
||||
} else {
|
||||
self.MissionType = null;
|
||||
}
|
||||
// console.log("MissionID", self.MissionID);
|
||||
// console.log("MissionType", self.MissionType);
|
||||
// console.log("Window", window.name);
|
||||
// console.log("self.MyRunner", self.MyRunner);
|
||||
// console.log("self.MyRunnerSettings", self.MyRunnerSettings);
|
||||
console.log("MissionID", self.MissionID);
|
||||
console.log("MissionType", self.MissionType);
|
||||
console.log("Window", window.name);
|
||||
console.log("self.MyRunner", self.MyRunner);
|
||||
console.log("self.MyRunnerSettings", self.MyRunnerSettings);
|
||||
|
||||
// if (self.includesString($('#iframe-inside-container > div.missionNotFound > div.missionNotFoundText').text(), 'Der Einsatz wurde erfolgreich abgeschlossen.')) {
|
||||
// console.log("DONE: ", self.MissionID);
|
||||
@@ -19373,7 +19373,7 @@
|
||||
}).then((availableMission) => {
|
||||
if (availableMission != undefined && availableMission.jsondata) {
|
||||
self.MissionConfig = availableMission.jsondata;
|
||||
// console.log('MissionConfig: ', MissionType.toString(), JSON.stringify(self.MissionConfig, null, 2))
|
||||
console.log('MissionConfig: ', MissionType.toString(), JSON.stringify(self.MissionConfig, null, 2))
|
||||
self.StartAlarmProcess();
|
||||
} else {
|
||||
var updateData = {
|
||||
|
||||
+6
-6
@@ -1194,11 +1194,11 @@
|
||||
} else {
|
||||
self.MissionType = null;
|
||||
}
|
||||
// console.log("MissionID", self.MissionID);
|
||||
// console.log("MissionType", self.MissionType);
|
||||
// console.log("Window", window.name);
|
||||
// console.log("self.MyRunner", self.MyRunner);
|
||||
// console.log("self.MyRunnerSettings", self.MyRunnerSettings);
|
||||
console.log("MissionID", self.MissionID);
|
||||
console.log("MissionType", self.MissionType);
|
||||
console.log("Window", window.name);
|
||||
console.log("self.MyRunner", self.MyRunner);
|
||||
console.log("self.MyRunnerSettings", self.MyRunnerSettings);
|
||||
|
||||
// if (self.includesString($('#iframe-inside-container > div.missionNotFound > div.missionNotFoundText').text(), 'Der Einsatz wurde erfolgreich abgeschlossen.')) {
|
||||
// console.log("DONE: ", self.MissionID);
|
||||
@@ -1383,7 +1383,7 @@
|
||||
}).then((availableMission) => {
|
||||
if (availableMission != undefined && availableMission.jsondata) {
|
||||
self.MissionConfig = availableMission.jsondata;
|
||||
// console.log('MissionConfig: ', MissionType.toString(), JSON.stringify(self.MissionConfig, null, 2))
|
||||
console.log('MissionConfig: ', MissionType.toString(), JSON.stringify(self.MissionConfig, null, 2))
|
||||
self.StartAlarmProcess();
|
||||
} else {
|
||||
var updateData = {
|
||||
|
||||
Reference in New Issue
Block a user