diff --git a/html/views/history/history.js b/html/views/history/history.js index c90c0c2..ca970fb 100644 --- a/html/views/history/history.js +++ b/html/views/history/history.js @@ -129,9 +129,6 @@ var gistie = function() { } var setGravatar = function(email, image) { - if (Controller && !Controller.isReachable_("www.gravatar.com")) - return; - if(Controller && !Controller.isFeatureEnabled_("gravatar")) { image.src = ""; return;