This commit is contained in:
2023-08-25 14:23:11 +03:00
parent 2d1a3464e7
commit f5726c8e2e
3 changed files with 10 additions and 8 deletions

View File

@@ -13,7 +13,10 @@ function filters_func_find_route_main (el){
// enctype: 'json',
data: formData,
success: function(data){
document.querySelector(".block-finded-routes").innerHTML = data.html
},
errors: function (data){
}
});
}