]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1236240 - Replying is broken when markdown is enabled
authorDylan Hardison <dylan@mozilla.com>
Wed, 6 Jan 2016 14:39:45 +0000 (09:39 -0500)
committerDylan Hardison <dylan@mozilla.com>
Wed, 6 Jan 2016 14:39:45 +0000 (09:39 -0500)
r=dkl,a=dylan

template/en/default/bug/show-header.html.tmpl

index da9d5f73bd7fb78efacbd043de9dd6f3107af997..0aaaf91e32723a08a6f28c406df5778c37ae7f62 100644 (file)
@@ -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')