From 624a5692d98b3ac22efdd02f3a2a5bec0085e29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Fri, 15 Feb 2019 17:41:19 +0100 Subject: [PATCH] debug --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 3 ++- src/autoloaderV2.js | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 88997c2..cbf634c 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Feb 15 2019 17:39:59 GMT+0100 (CET)*/ +/*Generated on:Fri Feb 15 2019 17:41:18 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 3db85f6..6afbc9b 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Feb 15 2019 17:39:59 GMT+0100 (CET)*/ +/*Generated on:Fri Feb 15 2019 17:41:18 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -20515,6 +20515,7 @@ if ($div.length && isShow) { console.log('DEBUG::', MissionID, 'Start Observer'); var observer = new MutationObserver(function (mutations) { + console.log('DEBUG::','mutations', mutations) mutations.forEach(function (mutation) { console.log('DEBUG::','mutation', mutation) if (mutation.attributeName === "style") { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 135a579..70e67cd 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -2482,6 +2482,7 @@ if ($div.length && isShow) { console.log('DEBUG::', MissionID, 'Start Observer'); var observer = new MutationObserver(function (mutations) { + console.log('DEBUG::','mutations', mutations) mutations.forEach(function (mutation) { console.log('DEBUG::','mutation', mutation) if (mutation.attributeName === "style") {