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:
Julian Lam
2013-05-06 15:09:22 -04:00
parent 922acc0f79
commit b6f3211ce7
2 changed files with 113 additions and 84 deletions

View File

@@ -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));