summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-09-25 18:28:20 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-09-25 18:28:20 +0200
commitb3abb29f2814bafd69095f3ef91bc40cbe5f866c (patch)
tree3e08765d61310455b8b18e5786b01d78f58b8aba /template/en/default/global
parentad1dd066b5014a0aa7f67edfddc9ab1a24f0423a (diff)
downloadbugzilla-b3abb29f2814bafd69095f3ef91bc40cbe5f866c.tar.gz
bugzilla-b3abb29f2814bafd69095f3ef91bc40cbe5f866c.tar.xz
Bug 1204238: Migrate tabular report sorting from YUI to jQuery
r=gerv
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/header.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 488828daf..af9c8b686 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -83,7 +83,11 @@
"js/jquery/ui/jquery-ui-structure-min.css",
"js/jquery/ui/jquery-ui-theme-min.css",
] %]
-[% style_urls.import(jquery_css, jq_css_urls) FILTER null %]
+
+[% FOREACH jq_name = jquery_css %]
+ [% style_urls.push("js/jquery/plugins/$jq_name/${jq_name}-min.css") %]
+[% END %]
+[% style_urls.import(jq_css_urls) FILTER null %]
[%# Add our required jQuery plugins %]
[% jquery.push("cookie", "devbridgeAutocomplete") %]