v2 up handler oajvp

This commit is contained in:
2018-12-02 10:17:13 +01:00
parent f54dccb1aa
commit 49249b8314
3 changed files with 16 additions and 12 deletions

14
dist/autoloaderV2.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 10:13:26 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 10:17:13 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18171,7 +18171,7 @@ class AutomaticDispose {
})
}
FreeIframe(Runner){
FreeIframe(Runner) {
const self = this;
const runnerID = self.ADisSettings.runner.indexOf(Runner)
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
@@ -18305,13 +18305,15 @@ class AutomaticDispose {
return Wunsch.each((mywunsch) => {
return self.MainHandler()
});
} else {
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
}
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
});
} else {
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
}
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
})
}, 1500);
}