1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Merge pull request #86 from WebSpider/dev

HomePage sort by active show first.
This commit is contained in:
echel0n 2014-04-26 05:49:12 -07:00
commit df42e0e9f9

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'):