mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-05 22:30:07 +01:00
This commit is contained in:
@@ -115,6 +115,7 @@ define('forum/topic/events', [
|
||||
editedPostEl.find('img:not(.not-responsive)').addClass('img-responsive');
|
||||
app.replaceSelfLinks(editedPostEl.find('a'));
|
||||
editedPostEl.fadeIn(250);
|
||||
$(window).trigger('action:posts.edited', data);
|
||||
});
|
||||
|
||||
var editData = {
|
||||
@@ -127,8 +128,6 @@ define('forum/topic/events', [
|
||||
html = $(translated);
|
||||
editorEl.replaceWith(html);
|
||||
html.find('.timeago').timeago();
|
||||
|
||||
$(window).trigger('action:posts.edited', data);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user