From: Dylan Hardison Date: Wed, 6 Jan 2016 14:39:45 +0000 (-0500) Subject: Bug 1236240 - Replying is broken when markdown is enabled X-Git-Tag: release-5.1.1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0038dcb48f1e159520d093033db791483b0e63;p=thirdparty%2Fbugzilla.git Bug 1236240 - Replying is broken when markdown is enabled r=dkl,a=dylan --- 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')