From a0e843f9d61b37683cade096e2114206b02ea653 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 20 Feb 2012 08:20:14 -0600 Subject: Fix todolist sort by maintainer FS#28546. Signed-off-by: Dan McGee --- templates/todolists/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 8c9361c..2ed7b78 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -78,7 +78,7 @@ $(document).ready(function() { $(".results").tablesorter({ widgets: ['zebra'], sortList: [[2,0], [0,0]], - headers: { 4: { sorter: 'todostatus' } } + headers: { 5: { sorter: 'todostatus' } } }); }); -- cgit v1.2.3-24-g4f1b