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({ \$("#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'):