v2 up 9uf0a8uf984uihu
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 17 2018 18:02:39 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 18:32:44 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 18:02:39 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 17 2018 18:32:44 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -19102,7 +19102,7 @@ class AutomaticDispose {
|
|||||||
if (mutation.attributeName === "style") {
|
if (mutation.attributeName === "style") {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
alarming()
|
alarming()
|
||||||
}, 500);
|
}, 750);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -19112,7 +19112,9 @@ class AutomaticDispose {
|
|||||||
|
|
||||||
$div.click();
|
$div.click();
|
||||||
} else {
|
} else {
|
||||||
|
setTimeout(function () {
|
||||||
alarming()
|
alarming()
|
||||||
|
}, 750);
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -1442,7 +1442,7 @@ class AutomaticDispose {
|
|||||||
if (mutation.attributeName === "style") {
|
if (mutation.attributeName === "style") {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
alarming()
|
alarming()
|
||||||
}, 500);
|
}, 750);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -1452,7 +1452,9 @@ class AutomaticDispose {
|
|||||||
|
|
||||||
$div.click();
|
$div.click();
|
||||||
} else {
|
} else {
|
||||||
|
setTimeout(function () {
|
||||||
alarming()
|
alarming()
|
||||||
|
}, 750);
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user