summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-21 23:13:23 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-21 23:13:23 +0200
commit35f2dbb6fe717b22140bcf4bf286e33a7fbfd930 (patch)
treef7029c0773e0cfa5ef50d870f8c1994ae16ce9a6 /template
parent10f4954b4530a67d88c66ba8e397ee81487f4752 (diff)
downloadbugzilla-35f2dbb6fe717b22140bcf4bf286e33a7fbfd930.tar.gz
bugzilla-35f2dbb6fe717b22140bcf4bf286e33a7fbfd930.tar.xz
Bug 580761: YUI scripts no longer work
r/a=mkanat
Diffstat (limited to 'template')
-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') %]