lint compliance

This commit is contained in:
yflory
2018-09-11 16:48:44 +02:00
parent f3c36bfd57
commit ac989a1e73
2 changed files with 3 additions and 3 deletions

View File

@@ -701,7 +701,7 @@ define([
$lAvatar.find('.cp-avatar-default, media-tag').remove();
var $div = $('<div>');
common.displayAvatar($div, null, name, function ($img) {
common.displayAvatar($div, null, name, function () {
$mAvatar.html($div.html());
$lAvatar.find('.cp-app-contacts-right-col').before($div.html());
});