Update social button highlight colors

Simplify JS
This commit is contained in:
2020-12-11 01:18:15 -05:00
parent 0c0b0f01bb
commit cc2f53a1d1
2 changed files with 24 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ function selectBackground() {
function setBackground() {
let ref = document.getElementById("background-image");
ref.style.backgroundImage = "url(" + selectBackground() + ")";
document.getElementById(
"background-image"
).style.backgroundImage = "url(" + selectBackground() + ")";
}