This commit is contained in:
2019-02-13 14:39:00 +01:00
parent c06be13e8d
commit b2e4aa2754
3 changed files with 22 additions and 22 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 13 2019 14:35:04 GMT+0100 (CET)*/
/*Generated on:Wed Feb 13 2019 14:38:59 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();

22
dist/autoloaderV2.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 13 2019 14:35:04 GMT+0100 (CET)*/
/*Generated on:Wed Feb 13 2019 14:38:59 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -17894,14 +17894,14 @@
setTimeout(() => {
self.CollectMissions();
self.ReadAndAddMissions();
setInterval(function () {
let self = this;
self.ADisSettings.runner.forEach((runner) => {
self.OpenNextMission(runner)
})
}.bind(self), 1000);
}, 500);
setInterval(function () {
let self = this;
self.ADisSettings.runner.forEach((runner) => {
self.OpenNextMission(runner)
})
}.bind(self), 500);
}
/**
@@ -19145,15 +19145,15 @@
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
// })
} else {
setTimeout(self.FreeIframe.bind(self),2000, Runner)
setTimeout(self.FreeIframe.bind(self), 5000, Runner)
}
});
} else {
return ;//setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
return; //setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
}
});
}
return ;//setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
return; //setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
});
});
}