This commit is contained in:
SDE
2023-08-01 17:01:49 +03:00
parent ff008bfc7d
commit 7d743652c0
7 changed files with 68 additions and 322 deletions

View File

@@ -150,7 +150,7 @@ function searchTown(el){
}
});
}, 1000);
}, 1500);
}
@@ -220,7 +220,7 @@ function sendRoute(el){
$.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/routes/create_route/',
url: '/ru/routes/create_or_change_route/',
type: "POST",
// async: true,
cache: false,