mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
added pagination to vanilla topic template
This commit is contained in:
@@ -19,8 +19,9 @@ define(['composer'], function(composer) {
|
||||
},
|
||||
topic_name = templates.get('topic_name'),
|
||||
currentPage = parseInt(templates.get('currentPage'), 10),
|
||||
pageCount = parseInt(templates.get('pageCount'), 10),
|
||||
Topic.postCount = templates.get('postcount');
|
||||
pageCount = parseInt(templates.get('pageCount'), 10);
|
||||
|
||||
Topic.postCount = templates.get('postcount');
|
||||
|
||||
|
||||
function fixDeleteStateForPosts() {
|
||||
|
||||
Reference in New Issue
Block a user