FightHub/scripts/main.js

6 lines
167 B
JavaScript
Executable File

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