Update blueweather.js

This commit is contained in:
Dorian Zedler 2019-09-02 11:04:27 +00:00
parent 21b63ce767
commit e9602d266b
1 changed files with 1 additions and 1 deletions

View File

@ -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