mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
if a thread is locked, the reply buttons all now say "locked", and the
post reply window will not pop up
This commit is contained in:
@@ -340,7 +340,7 @@ passport.deserializeUser(function(uid, done) {
|
||||
|
||||
app.get('/test', function(req, res) {
|
||||
global.modules.posts.get(function(data) {
|
||||
res.send('<pre>' + JSON.stringify(data) + '</pre>');
|
||||
res.send('<pre>' + JSON.stringify(data, null, 4) + '</pre>');
|
||||
}, 1, 1);
|
||||
});
|
||||
}(WebServer));
|
||||
|
||||
Reference in New Issue
Block a user