#c123 is now the comment element directly, no need for parent()

This commit is contained in:
Shish
2012-03-13 15:25:04 +00:00
parent 8b78fce982
commit d6227ef1b3
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}