diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-22 23:43:30 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-22 23:43:30 +0100 |
commit | 3da30e2e7eea79ea8e5e0fbf4b048d02673356eb (patch) | |
tree | f90274398b29461ac0f77b282b30692fc9ccfc38 | |
parent | 4fe9898313a06ffa0558cbafdeed3b4d6819ac3e (diff) | |
download | bugzilla-3da30e2e7eea79ea8e5e0fbf4b048d02673356eb.tar.gz bugzilla-3da30e2e7eea79ea8e5e0fbf4b048d02673356eb.tar.xz |
Bug 819371: Weird list of arguments passed to query.cgi when accessing advanced search
r=glob a=LpSolit
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index df369eb29..508e11c65 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -61,7 +61,6 @@ TUI_hide_default('custom_search_advanced'); </script> <script type="text/javascript" src="[% 'js/custom-search.js' FILTER mtime %]"></script> - <script type="text/javascript" src="[% 'js/history.js/native.history.js' FILTER mtime %]"></script> <script type="text/javascript"> redirect_html4_browsers(); [%# These are alternative labels for the AND and OR options in and_all_select %] @@ -69,6 +68,7 @@ var cs_or_label = 'Match ANY of the following:'; cs_reconfigure('custom_search_last_row'); </script> + <script type="text/javascript" src="[% 'js/history.js/native.history.js' FILTER mtime %]"></script> </div> |