Commit 9e4fd85b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Switch default avatar from monsterid to identicon.

The monsterid was a bit too silly. Docs seem to require something
a bit more formal.
parent 5b782ad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ Ext.define('Docs.Comments', {
     */
    avatar: function(emailHash) {
        return '<img class="avatar" width="25" height="25" src="http://www.gravatar.com/avatar/' +
               emailHash + '?s=25&amp;r=PG&amp;d=monsterid">';
               emailHash + '?s=25&amp;r=PG&amp;d=identicon">';
    },

    /**