Skip to content

Commit

Permalink
Bug 910061 - Sort by Rank in Top Crashers page
Browse files Browse the repository at this point in the history
  • Loading branch information
Krispy2009 committed Apr 27, 2014
1 parent 276964e commit c35f357
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -145,7 +145,7 @@ $(document).ready(function () {

$("#signatureList").tablesorter({
headers: {
0: { sorter: false },
0: { sorter: 'digit' },
1: { sorter: false },
5: { sorter: 'digit' },
6: { sorter: 'digit' },
Expand All @@ -159,7 +159,7 @@ $(document).ready(function () {

perosTbl.tablesorter({
headers: {
0: { sorter: false },
0: { sorter: 'digit' },
1: { sorter: false },
4: { sorter: 'text' },
5: { sorter: 'digit' },
Expand Down

0 comments on commit c35f357

Please sign in to comment.