summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
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) {