From fd4c653d7bbddb12c1b582e715a4f0dccb599da5 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 12 May 2023 12:11:09 +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 c5f900b..e2804a5 100644 --- a/other/csv-merge/index.js +++ b/other/csv-merge/index.js @@ -3,7 +3,7 @@ var arrayMD5 = "null" var array256 = "null" var array1 = "null" var output = "null" -var linesDone = "1" +var linesDone = 1 const outputArea = document.getElementById("outputArea") function loadFiles() {