mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +00:00
fix jquery call
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ var refreshConversation = function() {
|
|||||||
},
|
},
|
||||||
function(jsondata, status) {
|
function(jsondata, status) {
|
||||||
conversationBuf = formatConversation(jsondata);
|
conversationBuf = formatConversation(jsondata);
|
||||||
$('.msg-endtag').addBefore(conversationBuf);
|
$('.msg-endtag').before(conversationBuf);
|
||||||
$('#app-content').scrollTop(1E10);
|
$('#app-content').scrollTop(1E10);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user