mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 01:15:47 +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();
|
||||
|
||||
data.title = templates.get('topic_name');
|
||||
data.viewcount = templates.get('viewcount');
|
||||
|
||||
parseAndTranslatePosts(data, function(translatedHTML) {
|
||||
var translated = $(translatedHTML);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user