v2 uafüa0v
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 00:23:53 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 00:25:53 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();
|
||||||
|
|||||||
Vendored
+2
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 00:23:53 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 00:25:53 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18971,6 +18971,7 @@ class AutomaticDispose {
|
|||||||
const self = this;
|
const self = this;
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var $div = $("a.btn-warning.missing_vehicles_load");
|
var $div = $("a.btn-warning.missing_vehicles_load");
|
||||||
|
console.log($div[0]);
|
||||||
var observer = new MutationObserver(function (mutations) {
|
var observer = new MutationObserver(function (mutations) {
|
||||||
mutations.forEach(function (mutation) {
|
mutations.forEach(function (mutation) {
|
||||||
if (mutation.attributeName === "class") {
|
if (mutation.attributeName === "class") {
|
||||||
|
|||||||
@@ -1311,6 +1311,7 @@ class AutomaticDispose {
|
|||||||
const self = this;
|
const self = this;
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var $div = $("a.btn-warning.missing_vehicles_load");
|
var $div = $("a.btn-warning.missing_vehicles_load");
|
||||||
|
console.log($div[0]);
|
||||||
var observer = new MutationObserver(function (mutations) {
|
var observer = new MutationObserver(function (mutations) {
|
||||||
mutations.forEach(function (mutation) {
|
mutations.forEach(function (mutation) {
|
||||||
if (mutation.attributeName === "class") {
|
if (mutation.attributeName === "class") {
|
||||||
|
|||||||
Reference in New Issue
Block a user