1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Scroll at bottom of the messages when loading is finished.

This commit is contained in:
Loic Blot 2014-09-16 22:02:16 +00:00
parent 6b80e30ca0
commit b4b93a2f0c

View File

@ -43,6 +43,7 @@ function fetchConversation(phoneNumber) {
});
$('#app-content').html(conversationBuf);
$('#app-content').scrollTop(1E10);
}
);
}