This commit is contained in:
2019-02-15 17:41:19 +01:00
parent ae716195b7
commit 624a5692d9
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+2 -1
View File
@@ -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 * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -20515,6 +20515,7 @@
if ($div.length && isShow) { if ($div.length && isShow) {
console.log('DEBUG::', MissionID, 'Start Observer'); console.log('DEBUG::', MissionID, 'Start Observer');
var observer = new MutationObserver(function (mutations) { var observer = new MutationObserver(function (mutations) {
console.log('DEBUG::','mutations', mutations)
mutations.forEach(function (mutation) { mutations.forEach(function (mutation) {
console.log('DEBUG::','mutation', mutation) console.log('DEBUG::','mutation', mutation)
if (mutation.attributeName === "style") { if (mutation.attributeName === "style") {
+1
View File
@@ -2482,6 +2482,7 @@
if ($div.length && isShow) { if ($div.length && isShow) {
console.log('DEBUG::', MissionID, 'Start Observer'); console.log('DEBUG::', MissionID, 'Start Observer');
var observer = new MutationObserver(function (mutations) { var observer = new MutationObserver(function (mutations) {
console.log('DEBUG::','mutations', mutations)
mutations.forEach(function (mutation) { mutations.forEach(function (mutation) {
console.log('DEBUG::','mutation', mutation) console.log('DEBUG::','mutation', mutation)
if (mutation.attributeName === "style") { if (mutation.attributeName === "style") {