work on the upload page

This commit is contained in:
2019-04-20 15:17:00 -04:00
parent 4eeda2e474
commit 02c5c43428
2 changed files with 9 additions and 2 deletions

6
scripts/main.js Normal file
View File

@@ -0,0 +1,6 @@
// Validates the data inputs on the upload form
function validateUpload() {
console.log("Validated!");
document.getElementById("upload-form").submit();
}