v83980
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Jan 11 2019 01:51:41 GMT+0100 (CET)*/
|
/*Generated on:Fri Jan 11 2019 02:00:15 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:Fri Jan 11 2019 01:51:41 GMT+0100 (CET)*/
|
/*Generated on:Fri Jan 11 2019 02:00:15 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -19777,7 +19777,9 @@ $(document).ready(function () {
|
|||||||
});
|
});
|
||||||
observer.observe($div[0], {
|
observer.observe($div[0], {
|
||||||
attributes: true,
|
attributes: true,
|
||||||
characterData: true
|
characterData: true,
|
||||||
|
attributeOldValue: true,
|
||||||
|
characterDataOldValue: true
|
||||||
});
|
});
|
||||||
|
|
||||||
$div.click();
|
$div.click();
|
||||||
|
|||||||
+3
-1
@@ -2423,7 +2423,9 @@ $(document).ready(function () {
|
|||||||
});
|
});
|
||||||
observer.observe($div[0], {
|
observer.observe($div[0], {
|
||||||
attributes: true,
|
attributes: true,
|
||||||
characterData: true
|
characterData: true,
|
||||||
|
attributeOldValue: true,
|
||||||
|
characterDataOldValue: true
|
||||||
});
|
});
|
||||||
|
|
||||||
$div.click();
|
$div.click();
|
||||||
|
|||||||
Reference in New Issue
Block a user