From 67252e0c6b9c2df48ef74fdec3802510befaf2d1 Mon Sep 17 00:00:00 2001 From: Haka <76921756+Hakorr@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:38:40 +0300 Subject: [PATCH] Updated the class name for a querySelector --- ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index 88457d35..fce39c1d 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1428,7 +1428,7 @@ function refreshTagsList() { if (idx !== -1) { activeTags[idx].originElement.classList.remove(activeCardClass); - activeTags[idx].originElement.querySelector('.modifier-card-overlay').innerText = '+'; + activeTags[idx].originElement.querySelector('.modifier-card-image-overlay').innerText = '+'; activeTags.splice(idx, 1); refreshTagsList();