#c123 is now the comment element directly, no need for parent()
This commit is contained in:
@ -170,5 +170,5 @@ function replyTo(imageId, commentId) {
|
||||
|
||||
box.focus();
|
||||
box.val(box.val() + text);
|
||||
$("#c"+commentId).parent().effect("highlight", {}, 5000);
|
||||
$("#c"+commentId).effect("highlight", {}, 5000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user