v2 up handler oajvp
This commit is contained in:
Vendored
+1
-1
@@ -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)*/
|
||||||
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();
|
||||||
|
|||||||
Vendored
+8
-6
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18171,7 +18171,7 @@ class AutomaticDispose {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
FreeIframe(Runner){
|
FreeIframe(Runner) {
|
||||||
const self = this;
|
const self = this;
|
||||||
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
||||||
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
||||||
@@ -18305,13 +18305,15 @@ class AutomaticDispose {
|
|||||||
return Wunsch.each((mywunsch) => {
|
return Wunsch.each((mywunsch) => {
|
||||||
return self.MainHandler()
|
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);
|
}, 1500);
|
||||||
}
|
}
|
||||||
|
|||||||
+7
-5
@@ -1001,7 +1001,7 @@ class AutomaticDispose {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
FreeIframe(Runner){
|
FreeIframe(Runner) {
|
||||||
const self = this;
|
const self = this;
|
||||||
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
||||||
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
||||||
@@ -1135,13 +1135,15 @@ class AutomaticDispose {
|
|||||||
return Wunsch.each((mywunsch) => {
|
return Wunsch.each((mywunsch) => {
|
||||||
return self.MainHandler()
|
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);
|
}, 1500);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user