summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 549fd538f..a35094793 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -143,7 +143,7 @@
[%# YUI Scripts %]
[% FOREACH yui_name = yui %]
- [% starting_js_urls.push("js/yui/$yui_name/${yui_name}.js") %]
+ [% starting_js_urls.push("js/yui/$yui_name/${yui_name}-min.js") %]
[% END %]
[% starting_js_urls.push('js/global.js') %]