summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/global
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-04-09 18:00:57 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-04-09 18:00:57 +0200
commit080208aa7bf1c182429c2367c6d6744c246ecacb (patch)
tree9dd453f6ca1aa55222de0eba63d4c04995720863 /extensions/BMO/template/en/default/global
parent0ceb712501dc3146a4c8d06b7177e1e091362f00 (diff)
downloadbugzilla-080208aa7bf1c182429c2367c6d6744c246ecacb.tar.gz
bugzilla-080208aa7bf1c182429c2367c6d6744c246ecacb.tar.xz
Bug 852279 - Bug pages no longer added to bfcache due to unload listener on Window
r=glob
Diffstat (limited to 'extensions/BMO/template/en/default/global')
-rw-r--r--extensions/BMO/template/en/default/global/choose-product.html.tmpl4
-rw-r--r--extensions/BMO/template/en/default/global/header.html.tmpl1
2 files changed, 3 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
index f7ff82a6e..38a43cd12 100644
--- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl
+++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
@@ -39,7 +39,9 @@
[% h2 = "Which product would you like to have described?" %]
[% END %]
-[% 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" ]
+%]
[% onload = "document.getElementById('prod_comp_search').focus();" %]
[% style_urls.push("extensions/ProdCompSearch/web/styles/prod_comp_search.css") %]
diff --git a/extensions/BMO/template/en/default/global/header.html.tmpl b/extensions/BMO/template/en/default/global/header.html.tmpl
index 8112430a2..6aaac9411 100644
--- a/extensions/BMO/template/en/default/global/header.html.tmpl
+++ b/extensions/BMO/template/en/default/global/header.html.tmpl
@@ -78,7 +78,6 @@
[% SET starting_js_urls = [
"js/yui/yahoo-dom-event/yahoo-dom-event.js",
"js/yui/cookie/cookie-min.js",
- "js/yui3/yui/yui-min.js"
] %]