0.1.15
change support urls
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user