FightHub/scripts/main.js
2019-04-20 15:17:00 -04:00

6 lines
167 B
JavaScript

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