mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 15:18:46 +00:00
6 lines
167 B
JavaScript
Executable File
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();
|
|
} |