Fixed a little bug in the upload form

This commit is contained in:
Simon Martens
2022-11-10 02:19:12 +01:00
parent 6d4d584fff
commit 3327155eb5

View File

@@ -99,7 +99,6 @@
</div> </div>
@section Scripts {
<script> <script>
"use strict"; "use strict";
const hideshowfiles = function() { const hideshowfiles = function() {
@@ -129,4 +128,4 @@
</script> </script>
}