mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 04:58:38 +02:00
fix: jquery selector on post edit
This commit is contained in:
@@ -162,7 +162,7 @@ define('forum/topic/events', [
|
|||||||
translator.unescape(data.post.content)
|
translator.unescape(data.post.content)
|
||||||
);
|
);
|
||||||
parentEl.find('img:not(.not-responsive)').addClass('img-fluid');
|
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));
|
images.wrapImageInLink($(this));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user