diff options
author | mkanat%bugzilla.org <> | 2008-09-18 06:48:56 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-09-18 06:48:56 +0200 |
commit | 427ca00367ae35af9c87d8fe3106926d65c26ec7 (patch) | |
tree | b22d7547ce68c255ef987fa477f10d683dd53c0d /template/en/default/bug/process | |
parent | 249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02 (diff) | |
download | bugzilla-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.gz bugzilla-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.xz |
Bug 452734: Remove the keyword chooser, because it's a usability regression
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'template/en/default/bug/process')
-rw-r--r-- | template/en/default/bug/process/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index 5472aa7dd..4aecfc1b8 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -42,7 +42,7 @@ [% END %] [% PROCESS global/header.html.tmpl - javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", + javascript_urls = [ "js/util.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] doc_section = "bug_page.html" |