]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 580761: YUI scripts no longer work
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 21 Jul 2010 21:14:49 +0000 (23:14 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 21 Jul 2010 21:14:49 +0000 (23:14 +0200)
r/a=mkanat

template/en/default/global/header.html.tmpl

index 549fd538f5c2aa70c7d2c08d14d4797adf9208a4..a3509479395213154c76fe129bcd09fd3bdfa97c 100644 (file)
 
     [%# 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') %]