Improve queue fail error reporting

This commit is contained in:
Calvin Montgomery 2013-06-25 23:09:37 -04:00
parent 678abbd9da
commit d688a63bfa
4 changed files with 11 additions and 5 deletions

View file

@ -668,6 +668,7 @@ Callbacks = {
data = "Queue failed. Check your link to make sure it is valid.";
}
makeAlert("Error", data, "alert-error")
.addClass("span12")
.insertAfter($("#mediaurl").parent());
},