mirror of https://github.com/calzoneman/sync.git
Fix #360
This commit is contained in:
parent
d16482b863
commit
91bf6a5062
|
@ -1364,6 +1364,12 @@ function formatChatMessage(data, last) {
|
||||||
if (data.meta.shadow) {
|
if (data.meta.shadow) {
|
||||||
div.addClass("chat-shadow");
|
div.addClass("chat-shadow");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.find("img").load(function () {
|
||||||
|
if (SCROLLCHAT) {
|
||||||
|
scrollChat();
|
||||||
|
}
|
||||||
|
});
|
||||||
return div;
|
return div;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue