]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 819371: Weird list of arguments passed to query.cgi when accessing advanced search
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 22 Jan 2013 22:43:30 +0000 (23:43 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 22 Jan 2013 22:43:30 +0000 (23:43 +0100)
r=glob a=LpSolit

template/en/default/search/boolean-charts.html.tmpl

index df369eb29b68d0dc23667f8d600007be5d0ef16c..508e11c65408dbb6b0d05677dc3323200c2a03a1 100644 (file)
@@ -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>