v2 up
This commit is contained in:
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 03 2018 00:53:41 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 03 2018 00:55:03 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -18180,7 +18180,7 @@ class AutomaticDispose {
|
||||
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
||||
$('#' + runnerIframe).attr("src", '');
|
||||
$('#' + runnerIframe).attr("mission_id", 'empty');
|
||||
setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
||||
setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
|
||||
}
|
||||
|
||||
UpdateMissionsToDone(MissionID) {
|
||||
|
||||
Reference in New Issue
Block a user