barisusakli 9 years ago
parent 4e2318fa1e
commit ee24fadfff

@ -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);
});
});

Loading…
Cancel
Save