mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
fixed missing topic_name and viewcount when reverse infinite scrolling
This commit is contained in:
@@ -1207,6 +1207,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
|||||||
|
|
||||||
findInsertionPoint();
|
findInsertionPoint();
|
||||||
|
|
||||||
|
data.title = templates.get('topic_name');
|
||||||
|
data.viewcount = templates.get('viewcount');
|
||||||
|
|
||||||
parseAndTranslatePosts(data, function(translatedHTML) {
|
parseAndTranslatePosts(data, function(translatedHTML) {
|
||||||
var translated = $(translatedHTML);
|
var translated = $(translatedHTML);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user