From 7b7859df7fde1ea01113ad45f230b19cd37a835f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sat, 19 Jan 2019 17:36:26 +0100 Subject: [PATCH] debugger --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 3 ++- server/missions/429.html | 2 +- src/autoloaderV2.js | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index b3c8c27..1e3233c 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Jan 19 2019 04:35:47 GMT+0100 (CET)*/ +/*Generated on:Sat Jan 19 2019 17:36:25 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 38a1dc0..c7ebd4e 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Jan 19 2019 04:35:47 GMT+0100 (CET)*/ +/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -19892,6 +19892,7 @@ $(document).ready(function () { if ($div.length && isShow) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { + console.log(mutation) if (mutation.attributeName === "style") { if ($(mutation.target).css('display') == 'none') { if (typeof ppppp != 'undefined') { diff --git a/server/missions/429.html b/server/missions/429.html index baa77bf..b4baef9 100644 --- a/server/missions/429.html +++ b/server/missions/429.html @@ -10,7 +10,7 @@ LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt! - + diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 05a95cd..eb055c0 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -2452,6 +2452,7 @@ $(document).ready(function () { if ($div.length && isShow) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { + console.log(mutation) if (mutation.attributeName === "style") { if ($(mutation.target).css('display') == 'none') { if (typeof ppppp != 'undefined') {