1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +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
+1
View File
@@ -43,6 +43,7 @@ function fetchConversation(phoneNumber) {
});
$('#app-content').html(conversationBuf);
$('#app-content').scrollTop(1E10);
}
);
}