debug
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Fri Feb 15 2019 17:58:54 GMT+0100 (CET)*/
|
||||
/*Generated on:Fri Feb 15 2019 18:00:06 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();
|
||||
|
||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Fri Feb 15 2019 17:58:54 GMT+0100 (CET)*/
|
||||
/*Generated on:Fri Feb 15 2019 18:00:06 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 && isHidden) {
|
||||
if ($div.length && !isHidden) {
|
||||
console.log('DEBUG::', MissionID, 'Start Observer');
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
console.log('DEBUG::','mutations', mutations)
|
||||
|
||||
+1
-1
@@ -2480,7 +2480,7 @@
|
||||
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||
console.log('DEBUG::', MissionID, $div, isHidden);
|
||||
|
||||
if ($div.length && isHidden) {
|
||||
if ($div.length && !isHidden) {
|
||||
console.log('DEBUG::', MissionID, 'Start Observer');
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
console.log('DEBUG::','mutations', mutations)
|
||||
|
||||
Reference in New Issue
Block a user