mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
Fixed class name in errorHandler function
This commit is contained in:
parent
6054adb6e4
commit
8765d54578
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
function errorHandler(id, mark) {
|
||||
document.getElementById("markText" + id).innerHTML = {_error};
|
||||
document.getElementById("markText-" + id).innerHTML = {_error};
|
||||
}
|
||||
</script>
|
||||
{if $ticket->isDeleted() == 0 }
|
||||
|
|
Loading…
Reference in a new issue