Ensure that holy cross code panels don't show up in breakdown.

This commit is contained in:
Ada Werefox 2024-03-10 15:13:23 -05:00
parent ecd9967525
commit 34c9fb5026
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ async function refresh_elements(cross_codes) {
breakdown_block
.querySelector(".breakdown-block-mapped-list")
.replaceWith(new_breakdown_block_mapped_list);
breakdown_block.querySelector(".codes-block").classList.add("hidden");
breakdown_block
.querySelector(".codes-list")
.replaceWith(new_cross_codes_block_list);