fix: hide edit suit invigorations card on detailed view load (#2500)
All checks were successful
Build Docker image / docker-amd64 (push) Successful in 55s
Build Docker image / docker-arm64 (push) Successful in 59s
Build / build (push) Successful in 1m43s

Fixes #2494

Co-authored-by: nyaoouo <64143453+nyaoouo@users.noreply.github.com>
Reviewed-on: #2500
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: nyaoouo <nyaoouo@noreply.localhost>
Co-committed-by: nyaoouo <nyaoouo@noreply.localhost>
This commit is contained in:
nyaoouo 2025-07-16 08:29:41 -07:00 committed by Sainan
parent fad1ee9314
commit 39866b9a2b

View File

@ -2236,6 +2236,7 @@ single.getRoute("#detailedView-route").on("beforeload", function () {
document.getElementById("detailedView-title").textContent = "";
document.querySelector("#detailedView-route .text-body-secondary").textContent = "";
document.getElementById("archonShards-card").classList.add("d-none");
document.getElementById("edit-suit-invigorations-card").classList.add("d-none");
document.getElementById("modularParts-card").classList.add("d-none");
document.getElementById("modularParts-form").innerHTML = "";
document.getElementById("valenceBonus-card").classList.add("d-none");