v2 iaofiua9gio
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 18:43:22 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 18:45:59 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
+4
-4
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 18:43:22 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 18:45:59 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -19038,7 +19038,7 @@ class AutomaticDispose {
|
|||||||
StartAlarmProcess() {
|
StartAlarmProcess() {
|
||||||
const self = this;
|
const self = this;
|
||||||
|
|
||||||
const alarming = function alarming() {
|
const alarming = function alarming(self) {
|
||||||
Promise.resolve().then(async () => {
|
Promise.resolve().then(async () => {
|
||||||
return await self.PrepareVehicleNeedList();
|
return await self.PrepareVehicleNeedList();
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
@@ -19108,7 +19108,7 @@ class AutomaticDispose {
|
|||||||
mutations.forEach(function (mutation) {
|
mutations.forEach(function (mutation) {
|
||||||
if (mutation.attributeName === "style") {
|
if (mutation.attributeName === "style") {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
alarming()
|
alarming(self)
|
||||||
}, 750);
|
}, 750);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -19120,7 +19120,7 @@ class AutomaticDispose {
|
|||||||
$div.click();
|
$div.click();
|
||||||
} else {
|
} else {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
alarming()
|
alarming(self)
|
||||||
}, 750);
|
}, 750);
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|||||||
+3
-3
@@ -1378,7 +1378,7 @@ class AutomaticDispose {
|
|||||||
StartAlarmProcess() {
|
StartAlarmProcess() {
|
||||||
const self = this;
|
const self = this;
|
||||||
|
|
||||||
const alarming = function alarming() {
|
const alarming = function alarming(self) {
|
||||||
Promise.resolve().then(async () => {
|
Promise.resolve().then(async () => {
|
||||||
return await self.PrepareVehicleNeedList();
|
return await self.PrepareVehicleNeedList();
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
@@ -1448,7 +1448,7 @@ class AutomaticDispose {
|
|||||||
mutations.forEach(function (mutation) {
|
mutations.forEach(function (mutation) {
|
||||||
if (mutation.attributeName === "style") {
|
if (mutation.attributeName === "style") {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
alarming()
|
alarming(self)
|
||||||
}, 750);
|
}, 750);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -1460,7 +1460,7 @@ class AutomaticDispose {
|
|||||||
$div.click();
|
$div.click();
|
||||||
} else {
|
} else {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
alarming()
|
alarming(self)
|
||||||
}, 750);
|
}, 750);
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|||||||
Reference in New Issue
Block a user