summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2012-01-09 11:04:50 +0100
committerByron Jones <bjones@mozilla.com>2012-01-09 11:04:50 +0100
commitddf1fb2abb2a6266ce5a9cc525c84563c154df52 (patch)
tree9ae4b26eac29cda313a0423717b7d88bda848923 /extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl
parent6761779ad5c9ed07ad6194a44a3c8f174797e866 (diff)
downloadbugzilla-ddf1fb2abb2a6266ce5a9cc525c84563c154df52.tar.gz
bugzilla-ddf1fb2abb2a6266ce5a9cc525c84563c154df52.tar.xz
Bug 685909: add "collapse tbpl comments"
Diffstat (limited to 'extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl b/extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl
index fd5477c9f..2ae367456 100644
--- a/extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl
@@ -5,3 +5,9 @@
subject to Attorney-Client Privilege and Work Product Doctrine.
</div>
[% END %]
+
+[%# Needed for collapsing TinderboxPushlog comments %]
+[% has_tbpl_comment = 0 %]
+<script>
+ var tbpl_comment_ids = new Array();
+</script>