feat: tactical alerts #2607

Merged
Sainan merged 9 commits from AMelonInsideLemon/SpaceNinjaServer:goal-dog-days into main 2025-08-13 07:13:07 -07:00
Showing only changes of commit 6235b87561 - Show all commits

View File

@ -208,7 +208,7 @@ function updateLocElements() {
.split("|")
.map(key => loc(key))
.join(", ");
elm.title = `${loc("worldState_incompatibleWith")}: ${incWith}`;
elm.title = `${loc("worldState_incompatibleWith")} ${incWith}`;
});
document.querySelectorAll("[data-loc-year]").forEach(elm => {
elm.innerHTML = elm.innerHTML.replace("|YEAR|", elm.getAttribute("data-loc-year"));