fix: hide edit suit invigorations card on detailed view load (#2500)
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:
parent
fad1ee9314
commit
39866b9a2b
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user