aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-01 16:09:50 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-01 16:09:50 -0500
commit122b5aef8aaa94e71ea91facb156a26607575575 (patch)
tree93e64173e7e80a2d2ce2a4cfd03df9216657732f /templates/base.html
parent59c742611d77ce59414d073e98782014dfb70d8f (diff)
downloadbugseverywhere-122b5aef8aaa94e71ea91facb156a26607575575.tar.gz
I can has commenting!
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
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>