This commit is contained in:
2018-11-24 21:15:16 +01:00
parent 5211e1df60
commit 8f747e4215
453 changed files with 25337 additions and 499 deletions
+12421 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 20:53:16 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 21:15:15 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}