diff --git a/src/Umbraco.Web.UI.Client/src/common/services/user.service.js b/src/Umbraco.Web.UI.Client/src/common/services/user.service.js index 1a0762a161..df5213afd0 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/user.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/user.service.js @@ -233,7 +233,7 @@ angular.module('umbraco.services') } setCurrentUser(data); - currentUser.avatar = 'http://www.gravatar.com/avatar/' + data.emailHash + '?s=40&d=404'; + currentUser.avatar = '//www.gravatar.com/avatar/' + data.emailHash + '?s=40&d=404'; deferred.resolve(currentUser); }); @@ -251,4 +251,4 @@ angular.module('umbraco.services') } }; - }); \ No newline at end of file + });