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

SMS design

This commit is contained in:
Loic Blot
2014-09-16 21:33:19 +00:00
parent 5667cbdac1
commit 2ecaef769a
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ function fetchConversation(phoneNumber) {
msgClass = '';
}
conversationBuf += '<div class="' + msgClass + '">' + vals["msg"] + '</div>';
conversationBuf += '<div><div class="' + msgClass + '">' + vals["msg"] + '</div><div class="msg-spacer"></div></div>';
});
$('#app-content').html(conversationBuf);