v2 uaßfav9
This commit is contained in:
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -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
|
||||
* ===============================================
|
||||
@@ -18970,7 +18970,7 @@ class AutomaticDispose {
|
||||
StartAlarmProcess() {
|
||||
const self = this;
|
||||
setTimeout(function () {
|
||||
var $div = $("a.btn-warning.missing_vehicles_load");
|
||||
var $div = $("a").hasClass("btn-warning").hasClass("missing_vehicles_load");
|
||||
console.log($div[0]);
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
|
||||
Reference in New Issue
Block a user