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