Update social button highlight colors
Simplify JS
This commit is contained in:
@@ -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() + ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user