Sort by unique posters by default

This commit is contained in:
8chan 2014-10-08 11:35:28 -07:00
parent d58adad48d
commit 9dd7e4d486

View File

@ -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; }