This commit is contained in:
2019-02-15 17:33:25 +01:00
parent 0f61a4a5ae
commit c8d3472d2c
3 changed files with 6 additions and 6 deletions

View File

@@ -2477,8 +2477,8 @@
var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')");
var isShow = $div.is(':hidden');
var ppppp = undefined;
//var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
//console.log($div, isShow, MissionID);
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('DEBUG::', MissionID, $div, isShow);
if ($div.length && isShow) {
var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) {