0.0.41
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
function writeMessage(){
|
function writeMessage(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
|
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
|
||||||
url: '/ru/user_account/new_msg_to_user/',
|
url: '/ru/user_account/chats/',
|
||||||
type: "POST",
|
type: "POST",
|
||||||
// async: true,
|
// async: true,
|
||||||
cache: false,
|
cache: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user