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