summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2011-11-29 19:38:42 +0100
committerByron Jones <bjones@mozilla.com>2011-11-29 19:38:42 +0100
commit493903a3f7c2d0e573f57319d6afa840f4051c0c (patch)
tree4dbe3fef6d798668fa7e7786a70e3aa116460990 /template/en/default/search
parentacae816ceccc6cd6bdbc6c73e973d1bcd502db9b (diff)
downloadbugzilla-493903a3f7c2d0e573f57319d6afa840f4051c0c.tar.gz
bugzilla-493903a3f7c2d0e573f57319d6afa840f4051c0c.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>