mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
fix jquery call
This commit is contained in:
parent
95a623d208
commit
4f84c93c5c
@ -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);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user