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-28 00:41:03 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-28 00:41:03 +0100
commit5a9e39a07ae23c86a2cfc71122b605951dc95924 (patch)
tree253e81c1d4b02911c0b5a530b4b2c36a901b9adb /extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
parente316d9661cd9e78e3ae8ffbd8d233623374d1f77 (diff)
downloadbugzilla-5a9e39a07ae23c86a2cfc71122b605951dc95924.tar.gz
bugzilla-5a9e39a07ae23c86a2cfc71122b605951dc95924.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.tmpl2
1 files changed, 2 insertions, 0 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..86d4773f2 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",
@@ -65,6 +66,7 @@
);
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"