v2 up mafoa
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Dec 15 2018 14:51:00 GMT+0100 (CET)*/
|
/*Generated on:Sat Dec 15 2018 14:52:55 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
-2
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Dec 15 2018 14:51:00 GMT+0100 (CET)*/
|
/*Generated on:Sat Dec 15 2018 14:52:55 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -19008,7 +19008,7 @@ class AutomaticDispose {
|
|||||||
if (i === 0) {
|
if (i === 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
elems[i].click();
|
$(elems[i]).click();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1348,7 +1348,7 @@ class AutomaticDispose {
|
|||||||
if (i === 0) {
|
if (i === 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
elems[i].click();
|
$(elems[i]).click();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user