Update blueweather.js
This commit is contained in:
parent
29f8f44094
commit
21b63ce767
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ class BlueWeather {
|
||||||
var profileImage = document.createElement("img")
|
var profileImage = document.createElement("img")
|
||||||
profileButton.appendChild(profileImage)
|
profileButton.appendChild(profileImage)
|
||||||
profileImage.height = "30"
|
profileImage.height = "30"
|
||||||
profileImage.src = "https://www.gravatar.com/avatar/hhshwvdiffuebb?d=indenticon" +
|
profileImage.src = "https://www.gravatar.com/avatar/hhshwvdiffuebb?d=identicon" +
|
||||||
profileImage.classList.add("img-profile", "rounded-circle")
|
profileImage.classList.add("img-profile", "rounded-circle")
|
||||||
|
|
||||||
// create dropdown menu
|
// create dropdown menu
|
||||||
|
|
Loading…
Reference in a new issue