From de918cf2f8d4c091de8ca644a5cd995c16978ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Thu, 13 Dec 2018 11:06:59 +0100 Subject: [PATCH] v2 up amoa9v --- 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 74b647e..3b9530b 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Dec 12 2018 22:39:11 GMT+0100 (CET)*/ +/*Generated on:Thu Dec 13 2018 11:06: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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 6db2633..656bec5 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Dec 12 2018 22:39:11 GMT+0100 (CET)*/ +/*Generated on:Thu Dec 13 2018 11:06:59 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18973,7 +18973,7 @@ class AutomaticDispose { // console.log("WILL KLICK SEND") setTimeout(() => { self.UpdateMissionsToDone(self.MissionID).then(async () => { - tellParent(`setTimeout(function(){console.log('ok:${window.name}:${self.MissionID}');},500);`); + tellParent(`setTimeout(function(){console.log('ok:${window.name}:${self.MissionID}');},2500);`); if (window.$("#mission-form > div.pull-right > div:nth-child(1) > div > a.btn.btn-success.btn-sm.alert_notify_alliance").length > 0 && self.MissionConfig.share) { window.$('input[type=checkbox]').prop('checked', false); await self.WorkVerbandMission(true); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index b93d9b8..a89a3ce 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1356,7 +1356,7 @@ class AutomaticDispose { // console.log("WILL KLICK SEND") setTimeout(() => { self.UpdateMissionsToDone(self.MissionID).then(async () => { - tellParent(`setTimeout(function(){console.log('ok:${window.name}:${self.MissionID}');},500);`); + tellParent(`setTimeout(function(){console.log('ok:${window.name}:${self.MissionID}');},2500);`); if (window.$("#mission-form > div.pull-right > div:nth-child(1) > div > a.btn.btn-success.btn-sm.alert_notify_alliance").length > 0 && self.MissionConfig.share) { window.$('input[type=checkbox]').prop('checked', false); await self.WorkVerbandMission(true);