From f95f4a6483107e7f7f6f0084a5a15673e0cbc96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Tue, 18 Dec 2018 02:47:49 +0100 Subject: [PATCH] xxx --- 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 b8ac410..7c47bd8 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Tue Dec 18 2018 02:35:47 GMT+0100 (CET)*/ +/*Generated on:Tue Dec 18 2018 02:47:49 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 3eab00f..be9ebee 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Tue Dec 18 2018 02:35:47 GMT+0100 (CET)*/ +/*Generated on:Tue Dec 18 2018 02:47:49 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18666,7 +18666,7 @@ class AutomaticDispose { var $div = $("#mission-form > div:nth-child(7) > a"); var isShow = $div.is(':hidden'); //console.log($div, isShow); - if ($div.length && isShow) { + if ($div.length && isShow && 1 == 0) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { if (mutation.attributeName === "style") { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index fdced3d..71056a9 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1425,7 +1425,7 @@ class AutomaticDispose { var $div = $("#mission-form > div:nth-child(7) > a"); var isShow = $div.is(':hidden'); //console.log($div, isShow); - if ($div.length && isShow) { + if ($div.length && isShow && 1 == 0) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { if (mutation.attributeName === "style") {