From 10daac591850f6a5c3d632af41c2cd8562143b0c Mon Sep 17 00:00:00 2001 From: Physcik Date: Wed, 21 Jan 2026 22:45:03 +0500 Subject: Fixes --- index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'index.js') diff --git a/index.js b/index.js index 3b4f63f..2150f4d 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,7 @@ function acceptFile() { readFileContent(inp.files[0]).then(content => { LoadData(content); }); + inp.style.display= "none"; } function readFileContent(file) { -- cgit v1.3