added some things to upload
This commit is contained in:
parent
87bcdd6d9b
commit
99b037871b
|
@ -112,6 +112,7 @@ function fileUploadedCallback(jq, data) {
|
|||
var $error = $('<div />').addClass("fileError").text(data.errors[0]).appendTo(jq);
|
||||
} else {
|
||||
var $formContainer = $('<div />').addClass("fileForm");
|
||||
var $title = $('<div />').addClass("formHelp").text("Add Description").appendTo($formContainer);
|
||||
// console.log(data);
|
||||
var $titleInput = $('<input />').attr("type", "text").addClass("fileTitle").val(d.title);
|
||||
// console.log($titleInput);
|
||||
|
|
Loading…
Reference in New Issue
Block a user