mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
HomePage sort by active show first.
Cherrypicking commits from former mr-orange fork.
This is 744f1c7a58
This commit is contained in:
parent
b691fa237d
commit
d1cf13174f
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
\$("#showListTable:has(tbody tr)").tablesorter({
|
\$("#showListTable:has(tbody tr)").tablesorter({
|
||||||
|
|
||||||
sortList: [[6,0],[2,0]],
|
sortList: [[6,1],[2,0]],
|
||||||
textExtraction: {
|
textExtraction: {
|
||||||
0: function(node) { return \$(node).find("span").text().toLowerCase(); },
|
0: function(node) { return \$(node).find("span").text().toLowerCase(); },
|
||||||
#if ( $layout != 'simple'):
|
#if ( $layout != 'simple'):
|
||||||
|
Loading…
Reference in New Issue
Block a user