forked from GithubBackups/vichan
Sort by unique posters by default
This commit is contained in:
parent
d58adad48d
commit
9dd7e4d486
@ -49,7 +49,7 @@ th.headerSortDown {
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('table').tablesorter({sortList: [[3,1]],
|
$('table').tablesorter({sortList: [[5,1]],
|
||||||
textExtraction: function(node) {
|
textExtraction: function(node) {
|
||||||
childNode = node.childNodes[0];
|
childNode = node.childNodes[0];
|
||||||
if (!childNode) { return node.innerHTML; }
|
if (!childNode) { return node.innerHTML; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user