Skip to content

Commit

Permalink
HomePage sort by active show first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Octopussy76 committed Mar 5, 2014
1 parent 2319b73 commit 744f1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/slick/interfaces/default/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 744f1c7

Please sign in to comment.