mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
moved infinitescroll.parseAndTranslate to app.parseAndTranslate
This commit is contained in:
@@ -145,7 +145,7 @@ define('forum/topic/posts', [
|
||||
|
||||
$(window).trigger('action:posts.loading', {posts: data.posts, after: after, before: before});
|
||||
|
||||
infinitescroll.parseAndTranslate('topic', 'posts', data, function(html) {
|
||||
app.parseAndTranslate('topic', 'posts', data, function(html) {
|
||||
if (after) {
|
||||
html.insertAfter(after);
|
||||
} else if (before) {
|
||||
|
||||
Reference in New Issue
Block a user