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 --- .../template/en/default/pages/productdashboard.html.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extensions/ProductDashboard/template/en/default') diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl index f48d8f812..82de063aa 100644 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl @@ -8,7 +8,10 @@ [% PROCESS global/variables.none.tmpl %] -[% javascript_urls = [ "js/util.js", "js/field.js" ] %] +[% javascript_urls = [ "js/yui3/yui/yui-min.js", + "js/util.js", + "js/field.js" ] +%] [% IF current_tab_name == 'summary' %] [% javascript_urls.push("extensions/ProductDashboard/web/js/summary.js") %] -- cgit v1.2.3-24-g4f1b