v1.18.x
barisusakli 10 years ago
parent 1a43b3482c
commit f084ff9a54

@ -126,8 +126,6 @@ define('forum/topic/events', [
posts.unloadImages(editedPostEl.parent());
posts.loadImages();
editedPostEl.fadeIn(250);
$(window).trigger('action:posts.edited', data);
});
var editData = {
editor: data.editor,
@ -139,6 +137,8 @@ define('forum/topic/events', [
html = $(translated);
editorEl.replaceWith(html);
html.find('.timeago').timeago();
$(window).trigger('action:posts.edited', data);
});
});
});

Loading…
Cancel
Save