v2 uaßfav9

This commit is contained in:
2018-12-17 00:27:49 +01:00
parent c836b158b4
commit 3030a230c8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 00:25:53 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 00:27:48 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();
+2 -2
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 00:25:53 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 00:27:48 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18970,7 +18970,7 @@ class AutomaticDispose {
StartAlarmProcess() { StartAlarmProcess() {
const self = this; const self = this;
setTimeout(function () { setTimeout(function () {
var $div = $("a.btn-warning.missing_vehicles_load"); var $div = $("a").hasClass("btn-warning").hasClass("missing_vehicles_load");
console.log($div[0]); console.log($div[0]);
var observer = new MutationObserver(function (mutations) { var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) { mutations.forEach(function (mutation) {
+1 -1
View File
@@ -1310,7 +1310,7 @@ class AutomaticDispose {
StartAlarmProcess() { StartAlarmProcess() {
const self = this; const self = this;
setTimeout(function () { setTimeout(function () {
var $div = $("a.btn-warning.missing_vehicles_load"); var $div = $("a").hasClass("btn-warning").hasClass("missing_vehicles_load");
console.log($div[0]); console.log($div[0]);
var observer = new MutationObserver(function (mutations) { var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) { mutations.forEach(function (mutation) {