diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-01-06 15:39:45 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-01-06 15:39:45 +0100 |
commit | 2e0038dcb48f1e159520d093033db791483b0e63 (patch) | |
tree | 303426b4f9a7516aa5fb27b9ceaaed204d625a48 /template/en/default | |
parent | 66e373d115707a31506abb62b95425555e94435b (diff) | |
download | bugzilla-2e0038dcb48f1e159520d093033db791483b0e63.tar.gz bugzilla-2e0038dcb48f1e159520d093033db791483b0e63.tar.xz |
Bug 1236240 - Replying is broken when markdown is enabled
r=dkl,a=dylan
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index da9d5f73b..0aaaf91e3 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') |