Commit 2e0038dc authored by Dylan Hardison's avatar Dylan Hardison

Bug 1236240 - Replying is broken when markdown is enabled

r=dkl,a=dylan
parent 66e373d1
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
[% END %] [% END %]
[% title = title _ filtered_desc %] [% title = title _ filtered_desc %]
[% generate_api_token = 1 %] [% generate_api_token = 1 %]
[% yui.push('json', 'connection', 'container') IF user.can_tag_comments %] [% DEFAULT yui = [] %]
[% yui.push('json', 'connection', 'container') %]
[% javascript_urls = [ "js/util.js", "js/field.js", "js/comments.js" ] %] [% javascript_urls = [ "js/util.js", "js/field.js", "js/comments.js" ] %]
[% javascript_urls.push("js/bug.js") IF user.id %] [% javascript_urls.push("js/bug.js") IF user.id %]
[% javascript_urls.push('js/comment-tagging.js') [% javascript_urls.push('js/comment-tagging.js')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment