summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2011-11-29 19:36:42 +0100
committerByron Jones <bjones@mozilla.com>2011-11-29 19:36:42 +0100
commit9a797e23c68dfe509236699264a4d15ea06022f9 (patch)
treeb37f4b41c5db2516ffd2863163e09d12ff6f4092 /template/en/default/search
parent02b78e06db9831cbf778b66016293057b08011c0 (diff)
downloadbugzilla-9a797e23c68dfe509236699264a4d15ea06022f9.tar.gz
bugzilla-9a797e23c68dfe509236699264a4d15ea06022f9.tar.xz
Bug 686422: Fix custom search's history interaction on HTML4 browsers
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/search')
-rw-r--r--template/en/default/search/boolean-charts.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl
index b5ff90908..878589cea 100644
--- a/template/en/default/search/boolean-charts.html.tmpl
+++ b/template/en/default/search/boolean-charts.html.tmpl
@@ -74,7 +74,11 @@
TUI_alternates['custom_search_advanced'] = "Show Advanced Features";
TUI_hide_default('custom_search_advanced');
</script>
- <script type="text/javascript" src="js/custom-search.js"></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();
+ </script>
</div>