highlight comment on reply click

This commit is contained in:
Daku 2012-02-16 04:43:05 +00:00
parent 78a16885e5
commit 097b6d9ddb

View File

@ -123,4 +123,5 @@ function replyTo(imageId, commentId) {
box.focus();
box.val(box.val() + text);
$("[name="+commentId+"]").parent().effect("highlight", {}, 5000);
}