summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template
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/ProductDashboard/template
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/ProductDashboard/template')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl5
1 files changed, 4 insertions, 1 deletions
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") %]