Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2023-08-01 19:20:34 +03:00
6 changed files with 11 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ function attachFileCreateTicket () {
let data = file
$.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/user_account/support_create_ticket_ajax/',
url: '/ru/user_account/support_tickets/',
type: "POST",
// async: true,
cache: false,
@@ -82,7 +82,7 @@ function attachFilemeassge () {
let data = file
$.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/user_account/support_create_ticket_ajax/',
url: '/ru/user_account/support_tickets/',
type: "POST",
// async: true,
cache: false,

View File

@@ -24,7 +24,7 @@ function writeMessage(){
function technicalSupport(){
$.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/user_account/new_msg_to_support/',
url: '/ru/user_account/support_tickets/',
type: "POST",
// async: true,
cache: false,