mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
retinize default avatar
This commit is contained in:
parent
427749683a
commit
33bd63dd28
@ -32,7 +32,7 @@ FileDrop.Peer = Ember.Object.extend({
|
||||
var email = this.get('email'),
|
||||
path;
|
||||
|
||||
path = email ? this.MD5(email.trim().toLowerCase()) + '.jpg?s=128' : '?d=mm';
|
||||
path = email ? this.MD5(email.trim().toLowerCase()) + '.jpg?s=128' : '?d=mm&s=128';
|
||||
return 'http://www.gravatar.com/avatar/' + path;
|
||||
}.property('email'),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user