diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'); |
