mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-17 23:58:47 +00:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
|
|
// Validates the data inputs on the upload form
|
|
function validateUpload() {
|
|
console.log("Validated!");
|
|
document.getElementById("upload-form").submit();
|
|
} |