mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2026-03-10 14:15:05 +00:00
Fixed Merge
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
// Validates the data inputs on the upload form
|
||||
function validateUpload() {
|
||||
// console.log("Validated!");
|
||||
// document.getElementById("upload-form").submit();
|
||||
|
||||
var url_bar = document.getElementById('url');
|
||||
var video_title = document.getElementById('title');
|
||||
var username = document.getElementById('username');
|
||||
@@ -103,4 +100,3 @@ function validateUpload() {
|
||||
} else {
|
||||
alert('Please fill out the rest of the upload form.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user