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/MyDashboard/template | |
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/MyDashboard/template')
-rw-r--r-- | extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl index 8b2dfd8bf..8222f6749 100644 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl +++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl @@ -12,7 +12,8 @@ title = "My Dashboard" style_urls = [ "extensions/MyDashboard/web/styles/mydashboard.css", "extensions/ProdCompSearch/web/styles/prod_comp_search.css" ] - javascript_urls = [ "extensions/MyDashboard/web/js/query.js", + javascript_urls = [ "js/yui3/yui/yui-min.js", + "extensions/MyDashboard/web/js/query.js", "extensions/MyDashboard/web/js/flags.js", "extensions/ProdCompSearch/web/js/prod_comp_search.js" ] %] |