summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-header.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-12-22 20:18:01 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-12-22 20:18:01 +0100
commitbe26c119991e5e4e6ec28a881bc0860a4cd9aefc (patch)
tree419eb01f943babf2b6b86f1daa8ef5bce0bfb1bd /template/en/default/bug/show-header.html.tmpl
parent0bc389f1ea11fac82b3c783e03408900eddf269d (diff)
downloadbugzilla-be26c119991e5e4e6ec28a881bc0860a4cd9aefc.tar.gz
bugzilla-be26c119991e5e4e6ec28a881bc0860a4cd9aefc.tar.xz
Bug 1093924: Move replyToMarkdownComment() and replyToComment() out of templates
r=LpSolit,a=glob
Diffstat (limited to 'template/en/default/bug/show-header.html.tmpl')
-rw-r--r--template/en/default/bug/show-header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl
index f41890a46..4cd7aaa38 100644
--- a/template/en/default/bug/show-header.html.tmpl
+++ b/template/en/default/bug/show-header.html.tmpl
@@ -25,7 +25,7 @@
[% title = title _ filtered_desc %]
[% yui = ['autocomplete', 'calendar'] %]
[% yui.push('container') IF user.can_tag_comments %]
-[% javascript_urls = [ "js/util.js", "js/field.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/comment-tagging.js')
IF user.id && Param('comment_taggers_group') %]