Extend stops to DACH-region
Deploy PBT / deploy (push) Failing after 2m53s

This commit is contained in:
2026-09-12 07:06:29 +02:00
parent 039e2905dd
commit a52e233c31
9 changed files with 204 additions and 139 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
}
var kind = document.createElement("span");
kind.className = "kind";
kind.textContent = TYPE_LABEL[stop.type] || "";
kind.textContent = (TYPE_LABEL[stop.type] || "") + " · " + stop.country;
el.appendChild(kind);
},
onChoose: function (stop) { input.value = stop.name; markMatch(stop); },