From e9602d266bb1c9916b76aae3d8df62c2957aa197 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 2 Sep 2019 11:04:27 +0000 Subject: [PATCH] Update blueweather.js --- js/blueweather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/blueweather.js b/js/blueweather.js index 9250fb6..fc04dbb 100755 --- a/js/blueweather.js +++ b/js/blueweather.js @@ -368,7 +368,7 @@ class BlueWeather { var profileImage = document.createElement("img") profileButton.appendChild(profileImage) profileImage.height = "30" - profileImage.src = "https://www.gravatar.com/avatar/hhshwvdiffuebb?d=identicon" + + profileImage.src = "https://www.gravatar.com/avatar/"+this.session.user.emailHash+".jpg?d=identicon" profileImage.classList.add("img-profile", "rounded-circle") // create dropdown menu