mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
dba3c551b6
commit
cabd32965b
@ -4,8 +4,7 @@ var array256 = "null"
|
||||
var array1 = "null"
|
||||
var output = "null"
|
||||
var linesDone = "1"
|
||||
const outputArea = document.get
|
||||
document.get
|
||||
const outputArea = document.getElementById("outputArea").value
|
||||
|
||||
window.onload = function loadFiles() {
|
||||
loadString()
|
||||
@ -62,7 +61,8 @@ function mergeToCsv() {
|
||||
A256 = array256[linesDone];
|
||||
Astring = arrayString[linesDone];
|
||||
A1 = array1[linesDone];
|
||||
|
||||
output = Astring + "," + Amd5 + "," + A1 + "," + A256
|
||||
outputArea = outputArea + "\n" + output
|
||||
}
|
||||
linesDone + 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user