mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
added gravatar as well
This commit is contained in:
parent
31428a8f3d
commit
9c21aca7d3
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ getAvatarUrl = function(user){
|
|||
} else{
|
||||
return Gravatar.getGravatar(user, {
|
||||
d: 'http://demo.telesc.pe/img/default_avatar.png',
|
||||
s: 80
|
||||
s: 80,
|
||||
secure: location.protocol == 'https:'
|
||||
});
|
||||
}
|
||||
// deactivate twitter avatars for now until we find a better way using the Twitter API
|
||||
|
|
Loading…
Add table
Reference in a new issue