From 4a29d9d4d4312f588d96da96b86dcfb0c7f9435b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 17 Dec 2018 17:55:18 +0100 Subject: [PATCH] v2 up a90gui9u39u4t98hgoi --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 6 +++--- src/autoloaderV2.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index d48ca87..6064bc3 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 17:55:17 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 73357ad..4731488 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 17:55:17 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18716,7 +18716,7 @@ class AutomaticDispose { } FreeIframe(Runner) { - console.log('FreeIframe', Runner); + // console.log('FreeIframe', Runner); const self = this; const runnerID = self.ADisSettings.runner.indexOf(Runner) const runnerIframe = self.ADisSettings.runner_iframes[runnerID]; @@ -19088,7 +19088,7 @@ class AutomaticDispose { setTimeout(function () { var $div = $("#mission-form > div:nth-child(7) > a"); var isShow = $div.is(':hidden'); - console.log($div, isShow); + //console.log($div, isShow); if ($div.length && isShow) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index e2f861e..452d1e7 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1056,7 +1056,7 @@ class AutomaticDispose { } FreeIframe(Runner) { - console.log('FreeIframe', Runner); + // console.log('FreeIframe', Runner); const self = this; const runnerID = self.ADisSettings.runner.indexOf(Runner) const runnerIframe = self.ADisSettings.runner_iframes[runnerID]; @@ -1428,7 +1428,7 @@ class AutomaticDispose { setTimeout(function () { var $div = $("#mission-form > div:nth-child(7) > a"); var isShow = $div.is(':hidden'); - console.log($div, isShow); + //console.log($div, isShow); if ($div.length && isShow) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) {