From c45e757f8c00a58f0501d7dbe5dc2ec6acc6c805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Fri, 11 Jan 2019 01:51:42 +0100 Subject: [PATCH] v839049a --- 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 4301d21..c55e467 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 01:51:15 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 01:51:41 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 c2841a4..56683cf 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 01:51:15 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 01:51:41 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -19762,7 +19762,7 @@ $(document).ready(function () { var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')"); var isShow = $div.is(':hidden'); var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); - //console.log($div, isShow); + console.log($div, isShow, MissionID); 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 1d392ed..cfcbaa4 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -2408,7 +2408,7 @@ $(document).ready(function () { var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')"); var isShow = $div.is(':hidden'); var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); - //console.log($div, isShow); + console.log($div, isShow, MissionID); if ($div.length && isShow) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) {