mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2026-03-10 14:15:05 +00:00
work on the upload page
This commit is contained in:
6
scripts/main.js
Normal file
6
scripts/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// Validates the data inputs on the upload form
|
||||
function validateUpload() {
|
||||
console.log("Validated!");
|
||||
document.getElementById("upload-form").submit();
|
||||
}
|
||||
Reference in New Issue
Block a user