forked from OpenWF/SpaceNinjaServer
static/webui/script.js aktualisiert
This commit is contained in:
parent
5ac8384b2c
commit
9342545793
@ -2171,7 +2171,7 @@ function doAddMissingMaxRankMods() {
|
|||||||
// DetailedView Route
|
// DetailedView Route
|
||||||
|
|
||||||
single.getRoute("#detailedView-route").on("beforeload", function () {
|
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("archonShards-card").classList.add("d-none");
|
||||||
document.getElementById("valenceBonus-card").classList.add("d-none");
|
document.getElementById("valenceBonus-card").classList.add("d-none");
|
||||||
if (window.didInitialInventoryUpdate) {
|
if (window.didInitialInventoryUpdate) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user