From 59c742611d77ce59414d073e98782014dfb70d8f Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 1 Feb 2009 15:45:52 -0500 Subject: Implemented bug adding. --- templates/base.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 58e8240..40ec10f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,13 +31,17 @@ e.preventDefault(); }); + $('#create-bug').click(function(e) { + $('#create-form').fadeIn('fast'); + e.preventDefault(); + }); + $('table tr:odd').addClass('stripe'); }); - -- cgit