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> </head>
<body onload="loadFiles()"> <body onload="loadFiles()">
<textarea id="outputArea"></textarea> <textarea id="outputArea"></textarea>
<button onclick="mergeToCSV()">Merge</button>
</body> </body>
</html> </html>

View File

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