Fixed Merge

This commit is contained in:
2019-04-20 17:57:14 -04:00
2 changed files with 63 additions and 67 deletions

View File

@@ -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.');
}
}