diff options
Diffstat (limited to 'extensions/GuidedBugEntry/template/en')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 3 |
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' ] %] |