From: Frédéric Buclin Date: Wed, 21 Jul 2010 21:13:23 +0000 (+0200) Subject: Bug 580761: YUI scripts no longer work X-Git-Tag: bugzilla-4.1.1~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f2dbb6fe717b22140bcf4bf286e33a7fbfd930;p=thirdparty%2Fbugzilla.git Bug 580761: YUI scripts no longer work r/a=mkanat --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 549fd538f5..a350947939 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') %]