1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

fix jquery call

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-26 19:01:06 +02:00
parent 95a623d208
commit 4f84c93c5c
+1 -1
View File
@@ -33,7 +33,7 @@ var refreshConversation = function() {
},
function(jsondata, status) {
conversationBuf = formatConversation(jsondata);
$('.msg-endtag').addBefore(conversationBuf);
$('.msg-endtag').before(conversationBuf);
$('#app-content').scrollTop(1E10);
}
);