finished recent, popular and active posts shells, just need to update api methods

This commit is contained in:
psychobunny
2013-05-07 16:52:35 +00:00
parent 1df9de049b
commit 31542cd9be
6 changed files with 34 additions and 14 deletions

View File

@@ -66,7 +66,11 @@ var RDB = require('./redis.js'),
});
}
callback({'category_id': category_id, 'topics': topics});
callback({
'show_topic_button' : category_id ? 'show' : 'hidden',
'category_id': category_id,
'topics': topics
});
});