From 26d463ce2a90a502d2dc5467e2197f0b1c2031c1 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 8 Oct 2022 22:21:41 +0300 Subject: [PATCH] change color disable button --- web/static/scripts/gallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/scripts/gallery.js b/web/static/scripts/gallery.js index 0fb9ea2..78c04ee 100644 --- a/web/static/scripts/gallery.js +++ b/web/static/scripts/gallery.js @@ -100,7 +100,7 @@ function wallpaper(data) { if($(`img#${id}.card-img-top`).attr("src") !== "http://localhost:4662/static/image/placeholder.png") { button.innerHTML = ``; } else { - button.innerHTML = ``; + button.innerHTML = ``; } let setWallpaper = document.querySelector("#setWallpaper");