This commit is contained in:
2018-11-28 19:28:44 +01:00
parent 4ddd6147e9
commit 3a2bc2deff
5 changed files with 8279 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 15:35:54 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 19:28:43 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
+7501
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 15:35:54 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 13:35:31 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}