Change argument in action:posts.loaded

This commit is contained in:
Mega
2015-02-02 03:27:25 +03:00
parent 79083004e4
commit df0e924714
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ define('forum/topic/posts', [
pids.push(data.posts[i].pid);
}
$(window).trigger('action:posts.loaded', pids);
$(window).trigger('action:posts.loaded', {pids: pids});
onNewPostsLoaded(html, pids);
callback(true);
});