mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Remove extra parentheses from the last commit
Please excuse me, it happened by accident!!
This commit is contained in:
parent
c52bc1010a
commit
4d471481b6
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ u(".comment-reply").on("click", function(e) {
|
||||||
let postId = comment.data("post-id");
|
let postId = comment.data("post-id");
|
||||||
console.log(postId)
|
console.log(postId)
|
||||||
|
|
||||||
inputbox.text("[" + (fromGroup ? "club" : "id") + "" + authorId + "|" + authorNm + "], ");
|
inputbox.text("[" + (fromGroup ? "club" : "id") + authorId + "|" + authorNm + "], ");
|
||||||
inputbox.trigger("focusin");
|
inputbox.trigger("focusin");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue