v2 oag0aßg9
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 00:39:40 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 00:42:02 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
-2
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 00:39:40 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 00:42:02 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;
|
||||||
|
|
||||||
const alarming = function alarming(){
|
const alarming = function alarming() {
|
||||||
Promise.resolve().then(async () => {
|
Promise.resolve().then(async () => {
|
||||||
return await self.PrepareVehicleNeedList();
|
return await self.PrepareVehicleNeedList();
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
@@ -19040,7 +19040,9 @@ class AutomaticDispose {
|
|||||||
if (mutation.attributeName === "class") {
|
if (mutation.attributeName === "class") {
|
||||||
var attributeValue = $(mutation.target).prop(mutation.attributeName);
|
var attributeValue = $(mutation.target).prop(mutation.attributeName);
|
||||||
console.log("Class attribute changed to:", attributeValue);
|
console.log("Class attribute changed to:", attributeValue);
|
||||||
|
setTimeout(function () {
|
||||||
alarming()
|
alarming()
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-1
@@ -1310,7 +1310,7 @@ class AutomaticDispose {
|
|||||||
StartAlarmProcess() {
|
StartAlarmProcess() {
|
||||||
const self = this;
|
const self = this;
|
||||||
|
|
||||||
const alarming = function alarming(){
|
const alarming = function alarming() {
|
||||||
Promise.resolve().then(async () => {
|
Promise.resolve().then(async () => {
|
||||||
return await self.PrepareVehicleNeedList();
|
return await self.PrepareVehicleNeedList();
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
@@ -1380,7 +1380,9 @@ class AutomaticDispose {
|
|||||||
if (mutation.attributeName === "class") {
|
if (mutation.attributeName === "class") {
|
||||||
var attributeValue = $(mutation.target).prop(mutation.attributeName);
|
var attributeValue = $(mutation.target).prop(mutation.attributeName);
|
||||||
console.log("Class attribute changed to:", attributeValue);
|
console.log("Class attribute changed to:", attributeValue);
|
||||||
|
setTimeout(function () {
|
||||||
alarming()
|
alarming()
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user