diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-01 16:09:50 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-01 16:09:50 -0500 |
commit | 122b5aef8aaa94e71ea91facb156a26607575575 (patch) | |
tree | 93e64173e7e80a2d2ce2a4cfd03df9216657732f /templates/base.html | |
parent | 59c742611d77ce59414d073e98782014dfb70d8f (diff) | |
download | bugseverywhere-122b5aef8aaa94e71ea91facb156a26607575575.tar.gz |
I can has commenting!
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 40ec10f..c860e65 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,12 @@ e.preventDefault(); }); + $('#add-comment').click(function(e) { + $('#add-comment-link').hide(); + $('#add-comment-form').fadeIn('fast'); + e.preventDefault(); + }); + $('table tr:odd').addClass('stripe'); }); </script> |