v2 up handler oajvp
This commit is contained in:
14
dist/autoloaderV2.js
vendored
14
dist/autoloaderV2.js
vendored
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user