mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -162,7 +162,7 @@ define('forum/topic/events', [
|
||||
translator.unescape(data.post.content)
|
||||
);
|
||||
parentEl.find('img:not(.not-responsive)').addClass('img-fluid');
|
||||
parentEl.find('[component="post/parent/content]" img:not(.emoji)').each(function () {
|
||||
parentEl.find('[component="post/parent/content"] img:not(.emoji)').each(function () {
|
||||
images.wrapImageInLink($(this));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user