From 080208aa7bf1c182429c2367c6d6744c246ecacb Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 9 Apr 2013 12:00:57 -0400 Subject: Bug 852279 - Bug pages no longer added to bfcache due to unload listener on Window r=glob --- .../ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/ProdCompSearch') diff --git a/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl b/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl index 649a205db..5b39315b5 100644 --- a/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl +++ b/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl @@ -10,7 +10,8 @@ [% PROCESS global/header.html.tmpl title = "File a $terms.Bug" - javascript_urls = [ "extensions/ProdCompSearch/web/js/prod_comp_search.js" ] + javascript_urls = [ "js/yui3/yui/yui-min.js", + "extensions/ProdCompSearch/web/js/prod_comp_search.js" ] style_urls = [ "extensions/ProdCompSearch/web/styles/prod_comp_search.css" ] %] -- cgit v1.2.3-24-g4f1b