diff --git a/Web/static/js/al_comments.js b/Web/static/js/al_comments.js index 516cbdc0..111b558c 100644 --- a/Web/static/js/al_comments.js +++ b/Web/static/js/al_comments.js @@ -7,6 +7,6 @@ u(".comment-reply").on("click", function(e) { let postId = comment.data("post-id"); console.log(postId) - inputbox.text("[" + (fromGroup ? "club" : "id") + "" + authorId + "|" + authorNm + "], "); + inputbox.text("[" + (fromGroup ? "club" : "id") + authorId + "|" + authorNm + "], "); inputbox.trigger("focusin"); });