This commit is contained in:
2019-01-11 04:29:25 +01:00
parent cb30f94560
commit e792b4b04f
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Fri Jan 11 2019 04:20:23 GMT+0100 (CET)*/ /*Generated on:Fri Jan 11 2019 04:29:24 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();
+2 -3
View File
@@ -1,4 +1,4 @@
/*Generated on:Fri Jan 11 2019 04:20:23 GMT+0100 (CET)*/ /*Generated on:Fri Jan 11 2019 04:29:24 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -17596,8 +17596,7 @@ class AutomaticDispose {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
// console.log('Check_Call_Police_Active', MissionID) // console.log('Check_Call_Police_Active', MissionID)
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => { this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
$("#adis-sprechwunsch-police-frame").attr("src", ""); tellParent(`console.log('sprechwunsch:${window.name}:${MissionID}');setTimeout(function(){ window.AutomaticDisposeCall.FreeIframe('adis-sprechwunsch-police-frame');},250);`);
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
}); });
} }
} }
+1 -2
View File
@@ -476,8 +476,7 @@ class AutomaticDispose {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
// console.log('Check_Call_Police_Active', MissionID) // console.log('Check_Call_Police_Active', MissionID)
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => { this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
$("#adis-sprechwunsch-police-frame").attr("src", ""); tellParent(`console.log('sprechwunsch:${window.name}:${MissionID}');setTimeout(function(){ window.AutomaticDisposeCall.FreeIframe('adis-sprechwunsch-police-frame');},250);`);
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
}); });
} }
} }