Dateien nach "static/js" hochladen

This commit is contained in:
2025-06-27 19:50:38 +02:00
parent 0027357cb8
commit b350f17e5d
4 changed files with 175 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
function submitForm(event) {
const form = document.getElementById('csv-form');
form.submit();
}