HomePage sort by active show first.

Cherrypicking commits from former mr-orange fork.
This is 744f1c7a58
This commit is contained in:
Nils Vogels 2014-04-26 14:26:31 +02:00
parent b691fa237d
commit d1cf13174f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
\$("#showListTable:has(tbody tr)").tablesorter({
sortList: [[6,0],[2,0]],
sortList: [[6,1],[2,0]],
textExtraction: {
0: function(node) { return \$(node).find("span").text().toLowerCase(); },
#if ( $layout != 'simple'):