From 0c9c433cf56888d64c4bf0d1c1326013e4627ea7 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 12 May 2023 11:30:46 +0200 Subject: [PATCH] fix? --- other/csv-merge/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/csv-merge/index.js b/other/csv-merge/index.js index a914d33..cc797e7 100644 --- a/other/csv-merge/index.js +++ b/other/csv-merge/index.js @@ -6,7 +6,7 @@ var output = "null" var linesDone = "1" const outputArea = document.getElementById("outputArea").value -window.onload = function loadFiles() { +function loadFiles() { loadString() loadMD5() load256()