Fixed class name in errorHandler function

This commit is contained in:
n1rwana 2021-12-13 19:31:45 +03:00
parent 6054adb6e4
commit 8765d54578

View file

@ -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 }