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

@@ -2475,11 +2475,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)