summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry/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/GuidedBugEntry/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/GuidedBugEntry/template')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
index 271055e0c..849df4c47 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
@@ -8,7 +8,8 @@
[% PROCESS global/variables.none.tmpl %]
-[% js_urls = [ 'extensions/GuidedBugEntry/web/js/products.js',
+[% js_urls = [ 'js/yui3/yui/yui-min.js',
+ 'extensions/GuidedBugEntry/web/js/products.js',
'extensions/GuidedBugEntry/web/js/guided.js',
'extensions/ProdCompSearch/web/js/prod_comp_search.js',
'js/field.js', 'js/TUI.js', 'js/bug.js' ] %]