mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
actually using identicon default across the site
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
var userLabel = rightMenu.find('#user_label');
|
||||
userLabel.attr('href','/users/'+data['username']);
|
||||
|
||||
userLabel.find('img').attr('src',data['picture']+"?s=24");
|
||||
userLabel.find('img').attr('src',data['picture']+"?s=24&default=identicon");
|
||||
userLabel.find('span').html(data['username']);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user