This commit is contained in:
parent
344e37db01
commit
6235b87561
@ -208,7 +208,7 @@ function updateLocElements() {
|
|||||||
.split("|")
|
.split("|")
|
||||||
.map(key => loc(key))
|
.map(key => loc(key))
|
||||||
.join(", ");
|
.join(", ");
|
||||||
elm.title = `${loc("worldState_incompatibleWith")}: ${incWith}`;
|
elm.title = `${loc("worldState_incompatibleWith")} ${incWith}`;
|
||||||
});
|
});
|
||||||
document.querySelectorAll("[data-loc-year]").forEach(elm => {
|
document.querySelectorAll("[data-loc-year]").forEach(elm => {
|
||||||
elm.innerHTML = elm.innerHTML.replace("|YEAR|", elm.getAttribute("data-loc-year"));
|
elm.innerHTML = elm.innerHTML.replace("|YEAR|", elm.getAttribute("data-loc-year"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user