mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
edit labels, and fixing responsive layout in topic view
This commit is contained in:
@@ -97,7 +97,6 @@ var RDB = require('./redis.js'),
|
||||
topics = topics.sort(function(a, b) {
|
||||
if (a.pinned !== b.pinned) return b.pinned - a.pinned;
|
||||
else {
|
||||
console.log('here');
|
||||
// Sort by datetime descending
|
||||
return b.timestamp - a.timestamp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user