Fix todolist sort by maintainer

FS#28546.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-02-20 08:20:14 -06:00
parent 77f38be362
commit a0e843f9d6

View File

@ -78,7 +78,7 @@ <h2>Todo List: {{ list.name }}</h2>
$(".results").tablesorter({
widgets: ['zebra'],
sortList: [[2,0], [0,0]],
headers: { 4: { sorter: 'todostatus' } }
headers: { 5: { sorter: 'todostatus' } }
});
});
</script>