mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
added index and fixed vote button in infinite scroll
This commit is contained in:
@@ -456,6 +456,9 @@ SocketTopics.loadMore = function(socket, data, callback) {
|
||||
},
|
||||
'reputation:disabled': function(next) {
|
||||
next(null, parseInt(meta.config['reputation:disabled'], 10) === 1);
|
||||
},
|
||||
'downvote:disabled': function(next) {
|
||||
next(null, parseInt(meta.config['downvote:disabled'], 10) === 1);
|
||||
}
|
||||
}, callback);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user