v2 up 9ag09aujvoi

This commit is contained in:
2018-12-17 13:26:08 +01:00
parent 9de498b739
commit c25c4fe5e9
3 changed files with 6 additions and 4 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 11:09:22 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 13:26:07 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();

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 11:09:22 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 13:26:07 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18664,6 +18664,7 @@ class AutomaticDispose {
}
FreeIframe(Runner) {
console.log('FreeIframe',Runner);
const self = this;
const runnerID = self.ADisSettings.runner.indexOf(Runner)
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
@@ -18676,7 +18677,7 @@ class AutomaticDispose {
const self = this;
return self.ADisDB.ADisMissions.update(MissionID, {
last_check: Math.floor(new Date().getTime() / 1000),
next_check: Math.floor(new Date().getTime() / 1000) + 180
next_check: Math.floor(new Date().getTime() / 1000) + 90
}).catch((err) => {
console.error(err)
})

View File

@@ -1004,6 +1004,7 @@ class AutomaticDispose {
}
FreeIframe(Runner) {
console.log('FreeIframe',Runner);
const self = this;
const runnerID = self.ADisSettings.runner.indexOf(Runner)
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
@@ -1016,7 +1017,7 @@ class AutomaticDispose {
const self = this;
return self.ADisDB.ADisMissions.update(MissionID, {
last_check: Math.floor(new Date().getTime() / 1000),
next_check: Math.floor(new Date().getTime() / 1000) + 180
next_check: Math.floor(new Date().getTime() / 1000) + 90
}).catch((err) => {
console.error(err)
})