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

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
* ===============================================
@@ -17596,8 +17596,7 @@ class AutomaticDispose {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
// console.log('Check_Call_Police_Active', MissionID)
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
$("#adis-sprechwunsch-police-frame").attr("src", "");
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
tellParent(`console.log('sprechwunsch:${window.name}:${MissionID}');setTimeout(function(){ window.AutomaticDisposeCall.FreeIframe('adis-sprechwunsch-police-frame');},250);`);
});
}
}