This commit is contained in:
2023-08-25 14:12:51 +03:00
parent 1e152c7dab
commit 16eda7c0af

View File

@@ -4,7 +4,7 @@ function filters_func_find_route_main (el){
let formData = new FormData(form) let formData = new FormData(form)
$.ajax({ $.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/routes/find_route/', url: '/ru/routes/find_routes/',
type: "POST", type: "POST",
// async: true, // async: true,
cache: false, cache: false,