mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 13:36:01 +01:00
lots of cleanup, moved pagination to requirejs module
This commit is contained in:
@@ -200,7 +200,7 @@ var path = require('path'),
|
||||
return next(err);
|
||||
}
|
||||
|
||||
// Add privilege data to template data
|
||||
data.currentPage = 1;
|
||||
data.privileges = privileges;
|
||||
|
||||
if (data && parseInt(data.disabled, 10) === 0) {
|
||||
|
||||
Reference in New Issue
Block a user