From 51ce2ee32af69eb7e18c716605ad060a21c0de01 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 1 Feb 2017 13:45:51 +0100 Subject: [statistics_reporting] Fix sort arrow direction --- modules-available/statistics_reporting/templates/columnChooser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/statistics_reporting') diff --git a/modules-available/statistics_reporting/templates/columnChooser.html b/modules-available/statistics_reporting/templates/columnChooser.html index cfaf086c..86903583 100644 --- a/modules-available/statistics_reporting/templates/columnChooser.html +++ b/modules-available/statistics_reporting/templates/columnChooser.html @@ -93,7 +93,7 @@ var th = $(this).find("th"); th.find(".arrow").remove(); var dir = $.fn.stupidtable.dir; - var arrow = data.direction === dir.ASC ? "down" : "up"; + var arrow = data.direction === dir.ASC ? "up" : "down"; th.eq(data.column).append(' '); }); -- cgit v1.2.3-55-g7522