upping themes

This commit is contained in:
psychobunny
2015-10-29 19:05:35 -04:00
parent 3305256575
commit ad0a7e0cb2
2 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@
if (topicObj.thumb) {
return '<img src="' + topicObj.thumb + '" class="img-circle user-img" title="' + topicObj.user.username + '" />';
} else {
return '<img data-component="user/picture" data-uid="' + topicObj.user.uid + '" src="' + topicObj.user.picture + '" class="user-img" title="' + topicObj.user.username + '" />';
return '<img component="user/picture" data-uid="' + topicObj.user.uid + '" src="' + topicObj.user.picture + '" class="user-img" title="' + topicObj.user.username + '" />';
}
};