Remove extra parentheses from the last commit

Please excuse me, it happened by accident!!
This commit is contained in:
Maxim Leshchenko 2021-12-04 22:27:42 +02:00
parent c52bc1010a
commit 4d471481b6
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -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");
});