This commit is contained in:
2019-02-15 17:58:55 +01:00
parent aab3ac624e
commit faed426907
3 changed files with 10 additions and 8 deletions

View File

@@ -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)