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

View File

@ -66,7 +66,7 @@ function mergeToCsv() {
output = Astring + "," + Amd5 + "," + A1 + "," + A256
outputArea.value = outputArea.value + "\n" + output
console.log(linesDone + "/" + arrayString.length)
linesDone + 1
linesDone = linesDone + 1
}
}
}