From 907fbcfd19dfa436567bf4a75f566b8f81f43298 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 5 Jun 2015 12:40:01 +0800 Subject: Bug 1146775: implement comment collapse all and by tag --- extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/BugModal/template/en/default/bug_modal/header.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl index a1aee3cfd..7fdb2ed49 100644 --- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl @@ -58,11 +58,13 @@ ); jquery.push( "datetimepicker", + "contextMenu", ); style_urls.push( "extensions/BugModal/web/bug_modal.css", "skins/custom/bug_groups.css", "js/jquery/plugins/datetimepicker/datetimepicker.css", + "js/jquery/plugins/contextMenu/contextMenu.css", ); IF user.in_group('canconfirm'); -- cgit v1.2.3-24-g4f1b