Merge pull request #1276 from abeloin/patch-home_sort

Always sort last by asc name in shows table.
This commit is contained in:
Alexandre Beloin 2015-02-15 18:21:44 -05:00
commit 983fb5846f
1 changed files with 4 additions and 2 deletions

View File

@ -104,7 +104,8 @@
filter_columnFilters: false,
filter_reset: '.resetshows'
},
sortStable: true
sortStable: true,
sortAppend: [[1,0]]
});
\$("#showListTableAnime:has(tbody tr)").tablesorter({
@ -126,7 +127,8 @@
filter_columnFilters: false,
filter_reset: '.resetanime'
},
sortStable: true
sortStable: true,
sortAppend: [[1,0]]
});
\$.tablesorter.filter.bindSearch( "#showListTableShows", \$('.search') );