diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-27 00:17:28 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-27 00:17:28 +0200 |
commit | 9a78229983df5537736f2bf715e6a248f48b2891 (patch) | |
tree | 1a257024bfcdaf8e205c22a27b02ae73ce6baa71 | |
parent | f62eb58583ae7cb62f68bcd548ebf55e3f9582d1 (diff) | |
download | bugs-9a78229983df5537736f2bf715e6a248f48b2891.tar bugs-9a78229983df5537736f2bf715e6a248f48b2891.tar.gz bugs-9a78229983df5537736f2bf715e6a248f48b2891.tar.bz2 bugs-9a78229983df5537736f2bf715e6a248f48b2891.tar.xz bugs-9a78229983df5537736f2bf715e6a248f48b2891.zip |
Bug 652338: The "Component" multi-select field in the search page automatically scrolls to the top of the list every time you select a component
r=mkanat a=LpSolit
-rw-r--r-- | template/en/default/search/form.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index f519c8f69..f3104203c 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -176,7 +176,6 @@ TUI_hide_default('information_query'); [% INCLUDE "search/field.html.tmpl" field => bug_fields.component accesskey => "m" - onchange => "doOnSelectProduct(2);" value => default.component %] [% INCLUDE "search/field.html.tmpl" |