This commit is contained in:
2019-02-13 17:52:12 +01:00
parent 9e023547eb
commit d2c011cdff
3 changed files with 4 additions and 2 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 13 2019 17:40:01 GMT+0100 (CET)*/ /*Generated on:Wed Feb 13 2019 17:52:12 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();

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 13 2019 17:40:01 GMT+0100 (CET)*/ /*Generated on:Wed Feb 13 2019 17:52:12 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -19455,6 +19455,7 @@
tellParent(`console.log('nocars:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`); tellParent(`console.log('nocars:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
} }
} else { } else {
tellParent(`console.log('sendcars:${window.name}:${self.MissionID}');setTimeout(function(){window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');},1000);`);
window.$('#mission_alarm_btn').click(); window.$('#mission_alarm_btn').click();
//window.console.log("WILL KLICK SEND3", self.MissionID, window.name) //window.console.log("WILL KLICK SEND3", self.MissionID, window.name)
} }

View File

@@ -1465,6 +1465,7 @@
tellParent(`console.log('nocars:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`); tellParent(`console.log('nocars:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
} }
} else { } else {
tellParent(`console.log('sendcars:${window.name}:${self.MissionID}');setTimeout(function(){window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');},1000);`);
window.$('#mission_alarm_btn').click(); window.$('#mission_alarm_btn').click();
//window.console.log("WILL KLICK SEND3", self.MissionID, window.name) //window.console.log("WILL KLICK SEND3", self.MissionID, window.name)
} }