diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-04-09 18:00:57 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-04-09 18:00:57 +0200 |
commit | 080208aa7bf1c182429c2367c6d6744c246ecacb (patch) | |
tree | 9dd453f6ca1aa55222de0eba63d4c04995720863 /extensions/ProductDashboard | |
parent | 0ceb712501dc3146a4c8d06b7177e1e091362f00 (diff) | |
download | bugzilla-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')
-rw-r--r-- | extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl | 5 |
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") %] |