This commit is contained in:
hexahigh 2023-05-13 12:47:55 +02:00
parent 7a44bae66f
commit bdf7fd0fc8
2 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,6 @@
</head>
<body onload="loadFiles()">
<textarea id="outputArea"></textarea>
<button onclick="mergeToCSV()">Merge</button>
</body>
</html>

View File

@ -11,7 +11,6 @@ function loadFiles() {
loadMD5()
load256()
load1()
mergeToCsv()
}
function loadMD5() {