From 907fbcfd19dfa436567bf4a75f566b8f81f43298 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 5 Jun 2015 12:40:01 +0800 Subject: Bug 1146775: implement comment collapse all and by tag --- template/en/default/global/header.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 086191a39..aafbbca70 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -130,7 +130,7 @@ [% SET yui = yui_resolve_deps(yui, yui_deps) %] [% END %] - [% SET css_sets = css_files(style_urls, yui, yui_css) %] + [% SET css_sets = css_files(style_urls.unique, yui, yui_css) %] [% IF constants.CONCATENATE_ASSETS %] [% PROCESS format_css_link asset_url = css_sets.unified_standard_skin %] [% ELSE %] @@ -166,7 +166,7 @@ [% END %] [%# jQuery Plugins %] - [% FOREACH jq_name = jquery %] + [% FOREACH jq_name = jquery.unique %] [% starting_js_urls.push("js/jquery/plugins/$jq_name/${jq_name}-min.js") %] [% END %] [% starting_js_urls.push('js/global.js') %] -- cgit v1.2.3-24-g4f1b