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
+1 -1
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)*/
var AutomaticDispose_Branch = "master"; var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+5 -4
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 * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -20508,11 +20508,12 @@
$(document).ready(function () { $(document).ready(function () {
var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')"); var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')");
var isShow = $div.is(':hidden'); var isHidden = $div.is(':hidden');
var ppppp = undefined; var ppppp = undefined;
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('DEBUG::', MissionID, $div, isShow); console.log('DEBUG::', MissionID, $div, isHidden);
if ($div.length && isShow) {
if ($div.length && isHidden) {
console.log('DEBUG::', MissionID, 'Start Observer'); console.log('DEBUG::', MissionID, 'Start Observer');
var observer = new MutationObserver(function (mutations) { var observer = new MutationObserver(function (mutations) {
console.log('DEBUG::','mutations', mutations) console.log('DEBUG::','mutations', mutations)
+4 -3
View File
@@ -2475,11 +2475,12 @@
$(document).ready(function () { $(document).ready(function () {
var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')"); var $div = $("a:contains('Fahrzeuganzeige begrenzt! Fehlende Fahrzeuge laden!')");
var isShow = $div.is(':hidden'); var isHidden = $div.is(':hidden');
var ppppp = undefined; var ppppp = undefined;
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('DEBUG::', MissionID, $div, isShow); console.log('DEBUG::', MissionID, $div, isHidden);
if ($div.length && isShow) {
if ($div.length && isHidden) {
console.log('DEBUG::', MissionID, 'Start Observer'); console.log('DEBUG::', MissionID, 'Start Observer');
var observer = new MutationObserver(function (mutations) { var observer = new MutationObserver(function (mutations) {
console.log('DEBUG::','mutations', mutations) console.log('DEBUG::','mutations', mutations)