Working on tests..
This commit is contained in:
parent
f396a02be4
commit
7dc40a3388
3 changed files with 7 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -472,7 +472,11 @@ function getContactDisplayNameWithEmail(contact)
|
|||
}
|
||||
|
||||
if (contact.email) {
|
||||
str += ' <' + contact.email + '>';
|
||||
if (str) {
|
||||
str += ' - ';
|
||||
}
|
||||
|
||||
str += contact.email;
|
||||
}
|
||||
|
||||
return $.trim(str);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue