summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-21 22:45:03 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-21 22:45:03 +0500
commit10daac591850f6a5c3d632af41c2cd8562143b0c (patch)
treefe3f7911d3eeaa9063fa8863c71cb611eb706daf /index.js
parentb906bbe5923afb667ea7d97db5cfe3df493eebd0 (diff)
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) {