This commit is contained in:
+1
-1
@@ -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); },
|
||||
|
||||
Reference in New Issue
Block a user