Change the place where queuefail errors appear

This commit is contained in:
calzoneman 2013-10-16 23:31:48 -05:00
parent 152e46ab15
commit ad6b07357f
4 changed files with 19 additions and 1 deletions

View file

@ -852,7 +852,7 @@ Callbacks = {
}
makeAlert("Error", text, "alert-error")
.addClass("span12 qfalert")
.insertBefore($("#extended_controls"));
.appendTo($("#queuefail"));
},
setTemp: function(data) {