static/webui/script.js aktualisiert

This commit is contained in:
Animan8000 2025-07-08 02:19:11 -07:00
parent 5ac8384b2c
commit 9342545793

View File

@ -2171,7 +2171,7 @@ function doAddMissingMaxRankMods() {
// DetailedView Route
single.getRoute("#detailedView-route").on("beforeload", function () {
this.element.querySelector("h3").textContent = "Loading...";
this.element.querySelector("h3").textContent = loc("detailedView_loading");
document.getElementById("archonShards-card").classList.add("d-none");
document.getElementById("valenceBonus-card").classList.add("d-none");
if (window.didInitialInventoryUpdate) {