mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-15 22:05:02 -05:00
Merge pull request #86 from WebSpider/dev
HomePage sort by active show first.
This commit is contained in:
commit
df42e0e9f9
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user