From 66a0a296b6608c30b14d1b8ffa7fa709e806c1ff Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 19 Mar 2025 01:48:41 +0500 Subject: fix: show upload button --- public/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') diff --git a/public/index.php b/public/index.php index 739b75f..5d3668e 100644 --- a/public/index.php +++ b/public/index.php @@ -57,6 +57,8 @@ $accepted_mime_types = implode(', ', $accepted_mime_types); }); const formUploadWrapper = document.getElementById('form-upload-wrapper'); + formUploadWrapper.style.display = 'block'; + const formSubmitButton = document.querySelector('#form-upload button[type=submit]'); const formFile = document.getElementById('form-file'); -- cgit v1.2.3