This commit is contained in:
Boof 2023-05-12 12:11:09 +02:00 committed by GitHub
parent 4c0866c388
commit fd4c653d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ var arrayMD5 = "null"
var array256 = "null" var array256 = "null"
var array1 = "null" var array1 = "null"
var output = "null" var output = "null"
var linesDone = "1" var linesDone = 1
const outputArea = document.getElementById("outputArea") const outputArea = document.getElementById("outputArea")
function loadFiles() { function loadFiles() {