Skip to content

Commit

Permalink
tablesorter: sort special characters swiss#535
Browse files Browse the repository at this point in the history
  • Loading branch information
bihorco36 committed Oct 30, 2017
1 parent 069fbb9 commit dc92163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/tablesorter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
(function($) {
'use strict';

$('.table-sort').tablesorter();
$('.table-sort').tablesorter({ sortLocaleCompare : true });

}) (jQuery);

0 comments on commit dc92163

Please sign in to comment.