mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
adding a client-side hook, closes #2159
This commit is contained in:
@@ -102,6 +102,8 @@ define('forum/topic/events', ['forum/topic/browsing', 'forum/topic/postTools', '
|
||||
editedPostEl.find('img').addClass('img-responsive');
|
||||
app.replaceSelfLinks(editedPostEl.find('a'));
|
||||
editedPostEl.fadeIn(250);
|
||||
|
||||
$(window).trigger('action:posts.edited');
|
||||
});
|
||||
|
||||
if (data.tags && data.tags.length !== $('.tags').first().children().length) {
|
||||
|
||||
Reference in New Issue
Block a user