This commit is contained in:
Ruichka 2025-03-08 15:53:00 +03:00
parent 259e1df73e
commit 5bf6afdcd2
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ const drawRegiment = function (reg, stateId) {
.attr("y", y1)
.attr("height", h)
.attr("width", h)
.attr("href", (d.icon.startsWith("http") || d.icon.startsWith("data:image") ? reg.icon : ""));
.attr("href", reg.icon.startsWith("http") || reg.icon.startsWith("data:image") ? reg.icon : "");
};
// move one regiment to another