b599ca22418d
Merge the bug fix.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 22 Oct 2009 18:27:31 -0400 | 
| parents | 001f5ecfd9bc (current diff) e2ddb8631463 (diff) | 
| children | c5195b16e7e4 | 
| branches/tags | (none) | 
| files | 
Changes
--- a/review/web_media/comments.js Wed Oct 21 19:58:13 2009 -0400 +++ b/review/web_media/comments.js Thu Oct 22 18:27:31 2009 -0400 @@ -2,7 +2,7 @@ $("form").hide(); - $("p.comment-activate a").click(function() { + $("p.comment-activate a").click(function(event) { $(event.target).hide(); $(event.target).closest("div").children("form").fadeIn("fast"); return false;