This commit is contained in:
2019-02-15 19:21:16 +01:00
parent ba587f769f
commit dfa102ab3f
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Fri Feb 15 2019 19:18:36 GMT+0100 (CET)*/
/*Generated on:Fri Feb 15 2019 19:21:15 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();
+2 -2
View File
@@ -1,4 +1,4 @@
/*Generated on:Fri Feb 15 2019 19:18:36 GMT+0100 (CET)*/
/*Generated on:Fri Feb 15 2019 19:21:15 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -20513,7 +20513,7 @@
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('DEBUG::', MissionID, $div, isHidden);
if ($div.length >=1 && !isHidden) {
if ($div.length >= 1) {
console.log('DEBUG::', MissionID, 'Start Observer');
var observer = new MutationObserver(function (mutations) {
console.log('DEBUG::', 'mutations', mutations)
+1 -1
View File
@@ -2480,7 +2480,7 @@
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('DEBUG::', MissionID, $div, isHidden);
if ($div.length >=1 && !isHidden) {
if ($div.length >= 1) {
console.log('DEBUG::', MissionID, 'Start Observer');
var observer = new MutationObserver(function (mutations) {
console.log('DEBUG::', 'mutations', mutations)