mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-18 20:02:57 +00:00
Fix margin for conversation content
This commit is contained in:
+2
-2
@@ -86,8 +86,8 @@ function fetchConversation(phoneNumber) {
|
||||
var phoneNumberLabel = phoneNumber;
|
||||
|
||||
if (typeof jsondata['phoneNumbers'] != 'undefined') {
|
||||
len = jsondata["phoneNumbers"].length;
|
||||
ctLen = 0;
|
||||
var len = jsondata["phoneNumbers"].length;
|
||||
var ctLen = 0;
|
||||
phoneNumberLabel = '';
|
||||
|
||||
$.each(jsondata["phoneNumbers"], function(id, val) {
|
||||
|
||||
Reference in New Issue
Block a user