0.0.40
change algo get_address_point_ajax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div onclick="selectItemAddrPoint({{ id }}, '{{ name }}', '{{ ctrl_name }}')" class="autocomplete-result" data-index="{{ index }}">
|
||||
<div><b>{{ iata_code }}</b> - {{ name }}</div>
|
||||
<div onclick='selectItemAddrPoint({{ id }}, "{{ airport_fullname }}", "{{ ctrl_name }}")' class="autocomplete-result" data-index="{{ index }}">
|
||||
<div>{{ airport_fullname_html|safe }}</div>
|
||||
<div class="autocomplete-location">{{ city__name }}, {{ city__country__name }}</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user