diff --git a/app/Domain/Comments/Templates/submodules/generalComment.sub.php b/app/Domain/Comments/Templates/submodules/generalComment.sub.php index 642db6968..9555a6d3b 100644 --- a/app/Domain/Comments/Templates/submodules/generalComment.sub.php +++ b/app/Domain/Comments/Templates/submodules/generalComment.sub.php @@ -193,7 +193,7 @@ function toggleCommentBoxes(id, commentId, formHash,editComment = false, isReply } - function cancel(id, formHash,) { + function cancel(id, formHash) { jQuery(`#comment-to-hide-on-edit-${formHash}-${id}`).show(); jQuery(`.commentBox-${formHash} textarea`).remove();