debug
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -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_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();
|
||||||
|
|||||||
8
dist/autoloaderV2.js
vendored
8
dist/autoloaderV2.js
vendored
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -20513,12 +20513,12 @@
|
|||||||
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
console.log('DEBUG::', MissionID, $div, isHidden);
|
console.log('DEBUG::', MissionID, $div, isHidden);
|
||||||
|
|
||||||
if ($div.length >=1 && !isHidden) {
|
if ($div.length >= 1) {
|
||||||
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)
|
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") {
|
||||||
if ($(mutation.target).css('display') == 'none') {
|
if ($(mutation.target).css('display') == 'none') {
|
||||||
if (typeof ppppp != 'undefined') {
|
if (typeof ppppp != 'undefined') {
|
||||||
|
|||||||
@@ -2480,12 +2480,12 @@
|
|||||||
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
console.log('DEBUG::', MissionID, $div, isHidden);
|
console.log('DEBUG::', MissionID, $div, isHidden);
|
||||||
|
|
||||||
if ($div.length >=1 && !isHidden) {
|
if ($div.length >= 1) {
|
||||||
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)
|
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") {
|
||||||
if ($(mutation.target).css('display') == 'none') {
|
if ($(mutation.target).css('display') == 'none') {
|
||||||
if (typeof ppppp != 'undefined') {
|
if (typeof ppppp != 'undefined') {
|
||||||
|
|||||||
Reference in New Issue
Block a user