aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-01 17:28:05 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-01 17:28:05 -0500
commitf2e64e8c05e9255be619ae4ce47e9419088b5005 (patch)
tree80f4ded52cf32383af08f4e8a97f7fa2c1bc5983 /templates/base.html
parent55322caec86a2778fe973cb782043c3bc08fa988 (diff)
downloadbugseverywhere-f2e64e8c05e9255be619ae4ce47e9419088b5005.tar.gz
Got bug detail editing working, except for the summary.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index c860e65..2503224 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -36,15 +36,11 @@
e.preventDefault();
});
- $('#add-comment').click(function(e) {
- $('#add-comment-link').hide();
- $('#add-comment-form').fadeIn('fast');
- e.preventDefault();
- });
-
$('table tr:odd').addClass('stripe');
});
</script>
+
+ {% block script %}{% endblock %}
</head>
<body>