summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-21 22:56:56 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-21 22:56:56 +0100
commit318b9027db03bc7397fa8072811db33783d29976 (patch)
tree2cd3b8dd9848a4678402f473433e5e817ad4b2e0 /extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
parentbbd5ffb01a1f9feb277dd33e8b4333840fb26949 (diff)
downloadbugzilla-318b9027db03bc7397fa8072811db33783d29976.tar.gz
bugzilla-318b9027db03bc7397fa8072811db33783d29976.tar.xz
Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard and screen readers
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/header.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/header.html.tmpl6
1 files changed, 3 insertions, 3 deletions
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 e5070bcf5..3231ab311 100644
--- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
@@ -52,6 +52,7 @@
"extensions/ProdCompSearch/web/js/prod_comp_search.js",
"extensions/BugModal/web/bug_modal.js",
"extensions/BugModal/web/comments.js",
+ "extensions/BugModal/web/dropdown.js",
"extensions/BugModal/web/ZeroClipboard/ZeroClipboard.min.js",
"js/bugzilla-readable-status-min.js",
"js/field.js",
@@ -60,14 +61,13 @@
);
jquery.push(
"datetimepicker",
- "contextMenu",
"visibility"
);
style_urls.push(
"extensions/BugModal/web/bug_modal.css",
+ "extensions/BugModal/web/dropdown.css",
"skins/custom/bug_groups.css",
- "js/jquery/plugins/datetimepicker/datetimepicker.css",
- "js/jquery/plugins/contextMenu/contextMenu.css"
+ "js/jquery/plugins/datetimepicker/datetimepicker.css"
);
IF user.in_group('canconfirm');