Skip to content

Commit

Permalink
Fix sort-by-name breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Nov 8, 2015
1 parent 49bb82f commit 01bb818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/main.js
Expand Up @@ -4,7 +4,7 @@ jQuery(function ($) {
$('.tablesorter').tablesorter({
sortList: [[0,0]],
headers: {
1: { sorter: 'text'},
0: { sorter: 'text'},
2: { sorter: false },
3: { sorter: 'text' }
}
Expand Down

0 comments on commit 01bb818

Please sign in to comment.