From 2e0038dcb48f1e159520d093033db791483b0e63 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Wed, 6 Jan 2016 09:39:45 -0500 Subject: [PATCH] Bug 1236240 - Replying is broken when markdown is enabled r=dkl,a=dylan --- template/en/default/bug/show-header.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index da9d5f73bd..0aaaf91e32 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -24,7 +24,8 @@ [% END %] [% title = title _ filtered_desc %] [% 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.push("js/bug.js") IF user.id %] [% javascript_urls.push('js/comment-tagging.js') -- 2.47.2