responsive threads - although avatar is *slightly* misaligned on my phone. not sure why

This commit is contained in:
psychobunny
2013-05-04 04:53:43 +00:00
parent b7782dbf7f
commit ebaa69d987
3 changed files with 8 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ var RDB = require('./redis.js'),
post_rep = replies[3];
user.get_user_postdetails(uid, function(user_details) {
user.get_gravatars_by_uids(uid, 80, function(gravatars) {
user.get_gravatars_by_uids(uid, '', function(gravatars) {
var posts = [];
var callbacks = content.length;