fix avatar loading for generic placeholders
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
d0f2f5f1de
commit
582d2d36ee
|
@ -215,7 +215,7 @@
|
|||
// passing the whole comments form would re-apply and request
|
||||
// avatars from the server
|
||||
$(je.target).find(
|
||||
'div[data-user-display-name="' + $el.text().trim() + '"]'
|
||||
'div[data-username="' + $el.find('[data-username]').data('username') + '"]'
|
||||
).parent()
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue