Skip to content

Commit

Permalink
Fix autocomplete for countries
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 30, 2024
1 parent 8a95b73 commit d265afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ $(document).ready(function () {
features.forEach(function (feature) {
var resultItem = $(
"<a href='#' class='list-group-item list-group-item-action'>" +
feature.properties.description +
feature.properties.name +
"</a>"
);
resultItem.click(function () {
Expand Down

0 comments on commit d265afc

Please sign in to comment.