0.0.34
change algo get_address_point_ajax
This commit is contained in:
9
templates/widgets/w_ac_input_address_point.html
Normal file
9
templates/widgets/w_ac_input_address_point.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div
|
||||
onclick="selectItemAddrPoint('+ r.id+', '+ airport_name +')"
|
||||
class="autocomplete-result"
|
||||
data-index="'+ i +'" data-id="'+ r.id + '">
|
||||
<div>
|
||||
<b></b>
|
||||
</div>
|
||||
<div class="autocomplete-location"></div>
|
||||
</div>
|
||||
@@ -1,6 +0,0 @@
|
||||
<div onclick="selectItemAddrPoint('+ r.id+', '+ airport_name +')" class="autocomplete-result" data-index="'+ i +'" data-id="'+ r.id + '">
|
||||
<div>
|
||||
<b></b>
|
||||
</div>
|
||||
<div class="autocomplete-location"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user