From: Frédéric Buclin Date: Wed, 21 Jul 2010 21:14:49 +0000 (+0200) Subject: Bug 580761: YUI scripts no longer work X-Git-Tag: bugzilla-3.7.3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e4bc1e055e011dd77898bc4e1eff9e7ad3ac6f;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') %]