Fix 13 compatibility issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -111,10 +111,10 @@ class ActivityController {
|
||||
$target.on('inserted.atwho', function (je, $el) {
|
||||
$(je.target).find(
|
||||
'span[data-username="' + $el.find('[data-username]').data('username') + '"]'
|
||||
).avatar();
|
||||
).avatar(undefined, 16);
|
||||
});
|
||||
$target.on('shown.atwho', function (je) {
|
||||
$target.find('.avatar').avatar();
|
||||
$target.find('.avatar').avatar(undefined, 16);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user