From f0686302a234ae5dd4ff5e9011b90f5feaa9ccc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 3 Dec 2018 00:55:04 +0100 Subject: [PATCH] v2 up --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 4 ++-- src/autoloaderV2.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index bd6e109..5634879 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index a2154b1..4fd2667 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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) { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 39c9761..d034f2d 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1010,7 +1010,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) {