XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2500 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: nyaoouo <nyaoouo@noreply.localhost> Co-committed-by: nyaoouo <nyaoouo@noreply.localhost>

39866b9a
nyaoouo <nyaoouo@noreply.localhost>
提交于

代码差异

1 个文件 +1 -0
Modified static/webui/script.js +1 -0
@@ -2236,6 +2236,7 @@ single.getRoute("#detailedView-route").on("beforeload", function () {
2236 2236 document.getElementById("detailedView-title").textContent = "";
2237 2237 document.querySelector("#detailedView-route .text-body-secondary").textContent = "";
2238 2238 document.getElementById("archonShards-card").classList.add("d-none");
2239 document.getElementById("edit-suit-invigorations-card").classList.add("d-none");
2239 2240 document.getElementById("modularParts-card").classList.add("d-none");
2240 2241 document.getElementById("modularParts-form").innerHTML = "";
2241 2242 document.getElementById("valenceBonus-card").classList.add("d-none");