0.0.25 upd autocomlitev2.js

This commit is contained in:
2023-07-20 16:25:26 +03:00
parent 16834ee33b
commit d3e0a4b6c4

View File

@@ -14,7 +14,7 @@ function searchTown(el){
processData: false,
contentType: false,
// enctype: 'json',
data: get_address_point,
data: JSON.stringify(get_address_point),
success: function(data){
return data;
},