mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
Update View.xml
This commit is contained in:
parent
06c3ba54f5
commit
376df2ac23
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
function closeTicket() {
|
function closeTicket() {
|
||||||
let url = `/support/ticket${{$ticket->getId()}}/close?hash=${{urlencode($csrfToken)}}`;
|
let url = `/support/ticket${{$ticket->getId()}}/close?hash=${{urlencode($csrfToken)}}`;
|
||||||
$.ajax(url, {
|
$.ajax(url, {
|
||||||
error: () => alert("Произошла ошибка"),
|
error: () => alert(tr("error")),
|
||||||
success: () => location.reload()
|
success: () => location.reload()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue