mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +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() {
|
||||
let url = `/support/ticket${{$ticket->getId()}}/close?hash=${{urlencode($csrfToken)}}`;
|
||||
$.ajax(url, {
|
||||
error: () => alert("Произошла ошибка"),
|
||||
error: () => alert(tr("error")),
|
||||
success: () => location.reload()
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue