mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge pull request #86 from WebSpider/dev
HomePage sort by active show first.
This commit is contained in:
commit
df42e0e9f9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue