From 9e4fd85b9572a0600015d0d4f27602a65460095b Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Wed, 24 Oct 2012 13:37:53 +0300 Subject: [PATCH] Switch default avatar from monsterid to identicon. The monsterid was a bit too silly. Docs seem to require something a bit more formal. --- template/app/Comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/app/Comments.js b/template/app/Comments.js index 86047805..0a745a78 100644 --- a/template/app/Comments.js +++ b/template/app/Comments.js @@ -254,7 +254,7 @@ Ext.define('Docs.Comments', { */ avatar: function(emailHash) { return ''; + emailHash + '?s=25&r=PG&d=identicon">'; }, /** -- GitLab