Merge pull request #2675 from MegaGM/actionposts.edited

Added data argument to action:posts.edited hook
This commit is contained in:
Barış Soner Uşaklı
2015-02-02 15:15:04 -05:00

View File

@@ -111,7 +111,7 @@ define('forum/topic/events', [
app.replaceSelfLinks(editedPostEl.find('a'));
editedPostEl.fadeIn(250);
$(window).trigger('action:posts.edited');
$(window).trigger('action:posts.edited', data);
});
if (data.tags && tagsUpdated(data.tags)) {