post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid

This commit is contained in:
psychobunny
2013-05-21 18:12:39 -04:00
parent effb26c856
commit 34133eef8c
5 changed files with 60 additions and 18 deletions

View File

@@ -116,7 +116,7 @@ var express = require('express'),
case 'home' :
categories.get(function(data) {
res.send(JSON.stringify(data));
});
}, (req.user) ? req.user.uid : 0);
break;
case 'login' :
var data = {},