linewrap queue alerts
This commit is contained in:
parent
27a50cb702
commit
f4a9f0b21b
|
@ -2019,7 +2019,7 @@ function queueMessage(data, type) {
|
|||
data.link + "</a>";
|
||||
}
|
||||
makeAlert(title, text, type)
|
||||
.addClass("qfalert qf-" + type)
|
||||
.addClass("linewrap qfalert qf-" + type)
|
||||
.appendTo($("#queuefail"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue