From e792b4b04f80b52877b8ed1c18d5f7cac21c0af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Fri, 11 Jan 2019 04:29:25 +0100 Subject: [PATCH] jails --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 5 ++--- src/autoloaderV2.js | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index e63ba4f..3501ce5 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 3574ae9..9d46c14 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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);`); }); } } diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 730774b..05a95cd 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -476,8 +476,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);`); }); } }