From 097b6d9ddb7ef54f4113c4437c0f5f495a850e78 Mon Sep 17 00:00:00 2001 From: Daku Date: Thu, 16 Feb 2012 04:43:05 +0000 Subject: [PATCH] highlight comment on reply click --- lib/shimmie.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shimmie.js b/lib/shimmie.js index 7ebfe6e3..b2d531a7 100644 --- a/lib/shimmie.js +++ b/lib/shimmie.js @@ -123,4 +123,5 @@ function replyTo(imageId, commentId) { box.focus(); box.val(box.val() + text); + $("[name="+commentId+"]").parent().effect("highlight", {}, 5000); }