highlight comment on reply click
This commit is contained in:
@ -123,4 +123,5 @@ function replyTo(imageId, commentId) {
|
||||
|
||||
box.focus();
|
||||
box.val(box.val() + text);
|
||||
$("[name="+commentId+"]").parent().effect("highlight", {}, 5000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user