diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-21 23:13:23 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-21 23:13:23 +0200 |
commit | 35f2dbb6fe717b22140bcf4bf286e33a7fbfd930 (patch) | |
tree | f7029c0773e0cfa5ef50d870f8c1994ae16ce9a6 /template/en/default/global | |
parent | 10f4954b4530a67d88c66ba8e397ee81487f4752 (diff) | |
download | bugzilla-35f2dbb6fe717b22140bcf4bf286e33a7fbfd930.tar.gz bugzilla-35f2dbb6fe717b22140bcf4bf286e33a7fbfd930.tar.xz |
Bug 580761: YUI scripts no longer work
r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
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') %] |