debug
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Feb 15 2019 17:25:09 GMT+0100 (CET)*/
|
/*Generated on:Fri Feb 15 2019 17:28:17 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+4
-3
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Feb 15 2019 17:25:09 GMT+0100 (CET)*/
|
/*Generated on:Fri Feb 15 2019 17:28:17 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -17964,6 +17964,7 @@
|
|||||||
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
|
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
|
||||||
self.Check_Call_Police_Active();
|
self.Check_Call_Police_Active();
|
||||||
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
|
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
|
||||||
|
window.console.log('Start Mission')
|
||||||
self.StartMission();
|
self.StartMission();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -19179,8 +19180,8 @@
|
|||||||
return Wunsch.count(function (count) {
|
return Wunsch.count(function (count) {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Wunsch.each((myWunsch) => {
|
return Wunsch.each((myWunsch) => {
|
||||||
// console.log("MYWUNSCH:")
|
console.log("MYWUNSCH:")
|
||||||
// console.table(myWunsch);
|
console.table(myWunsch);
|
||||||
let MissionID = myWunsch.missionID;
|
let MissionID = myWunsch.missionID;
|
||||||
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
||||||
|
|
||||||
|
|||||||
+3
-2
@@ -165,6 +165,7 @@
|
|||||||
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
|
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
|
||||||
self.Check_Call_Police_Active();
|
self.Check_Call_Police_Active();
|
||||||
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
|
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
|
||||||
|
window.console.log('Start Mission')
|
||||||
self.StartMission();
|
self.StartMission();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1146,8 +1147,8 @@
|
|||||||
return Wunsch.count(function (count) {
|
return Wunsch.count(function (count) {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Wunsch.each((myWunsch) => {
|
return Wunsch.each((myWunsch) => {
|
||||||
// console.log("MYWUNSCH:")
|
console.log("MYWUNSCH:")
|
||||||
// console.table(myWunsch);
|
console.table(myWunsch);
|
||||||
let MissionID = myWunsch.missionID;
|
let MissionID = myWunsch.missionID;
|
||||||
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user