diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-07-03 21:38:38 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-07 00:19:20 +0200 |
commit | 6f68125893590fc9de60185f5535bae12adbcb54 (patch) | |
tree | 6d7b2b7885a750826655cf3896d7fd72791623b3 /template/en/default/search | |
parent | e3e2c7c0273499f832ee692ca63620cd8aa8bda1 (diff) | |
download | bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.gz bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.xz |
Bug 1377232 - Revert code from bug 1361890
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index e3b149969..3fb1f8eae 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -76,8 +76,8 @@ TUI_alternates['custom_search_advanced'] = "Show Advanced Features"; TUI_hide_default('custom_search_advanced'); </script> - <script type="text/javascript" src="[% asset_file('js/custom-search.js') FILTER html %]"></script> - <script type="text/javascript" src="[% asset_file('js/history.js/native.history.js') FILTER html %]"></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 %] |