Merge js
This commit is contained in:
parent
79eb6573be
commit
d097092e8e
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ $.extend( $.easing,
|
||||||
$(".notification-icon", elem).html("i");
|
$(".notification-icon", elem).html("i");
|
||||||
}
|
}
|
||||||
if (typeof body === "string") {
|
if (typeof body === "string") {
|
||||||
$(".body", elem).html("<span class='message'>" + body + "</span>");
|
$(".body", elem).html("<div class='message'><span class='multiline'>" + body + "</span></div>");
|
||||||
} else {
|
} else {
|
||||||
$(".body", elem).html("").append(body);
|
$(".body", elem).html("").append(body);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue