Skip to content

Commit

Permalink
mailchimp update : img
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Apr 13, 2024
1 parent e0806d6 commit cf96e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/skin/js/email/MailChimp/NotInMailChimpFamilies.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(function() {
title:i18next.t('Family'),
data:'id',
render: function(data, type, full, meta) {
return '<img src="' + window.CRM.root + '/api/persons/'+ data +'/thumbnail" alt="User Image" class="user-image initials-image" width="35" height="35" />';
return full.img;
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/skin/js/email/MailChimp/NotInMailChimpPersons.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(function() {
title:i18next.t('Person'),
data:'id',
render: function(data, type, full, meta) {
return '<img src="' + window.CRM.root + '/api/persons/'+ data +'/thumbnail" alt="User Image" class="user-image initials-image" width="35" height="35" />';
return full.img;
}
},
{
Expand Down

0 comments on commit cf96e92

Please sign in to comment.