debug
This commit is contained in:
9
dist/autoloaderV2.js
vendored
9
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Fri Feb 15 2019 17:43:08 GMT+0100 (CET)*/
|
||||
/*Generated on:Fri Feb 15 2019 17:58:54 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -20508,11 +20508,12 @@
|
||||
|
||||
$(document).ready(function () {
|
||||
var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')");
|
||||
var isShow = $div.is(':hidden');
|
||||
var isHidden = $div.is(':hidden');
|
||||
var ppppp = undefined;
|
||||
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||
console.log('DEBUG::', MissionID, $div, isShow);
|
||||
if ($div.length && isShow) {
|
||||
console.log('DEBUG::', MissionID, $div, 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