This commit is contained in:
2019-01-11 01:51:42 +01:00
parent 9e83a24dd3
commit c45e757f8c
3 changed files with 4 additions and 4 deletions

View File

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