This commit is contained in:
SDE
2023-08-01 19:46:28 +03:00
parent 88a1534eb2
commit 53739a9778

View File

@@ -238,7 +238,7 @@ function sendRoute(el, routeID = null){
$.ajax({ $.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/routes/create_or_change_route/', url: '/ru/routes/change_route/' + add_url,
type: "POST", type: "POST",
// async: true, // async: true,
cache: false, cache: false,