From 650bfcdaaed1bf415fc65f13eb2da4d2c28a860e Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:37:18 -0500 Subject: [PATCH] test --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3138d1b4..c1f843c9 100644 --- a/index.html +++ b/index.html @@ -14445,7 +14445,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) { function loadFromFile() { var input = document.createElement("input"); input.type = "file"; - input.accept = ".sbxls,.json,.txt,text/*,application/json"; + // input.accept = ".sbxls,.json,.txt,text/*,application/json"; input.addEventListener("change", function(e) { var file = e.target.files[0]; var reader = new FileReader();