Rename class 'score' to 'result' in tournament tables.
This commit is contained in:
@@ -11,7 +11,7 @@ $(function() {
|
||||
});
|
||||
|
||||
/* Sort a tournament table with tablesorter */
|
||||
$('.tablesorter th.score').data('sorter', false);
|
||||
$('.tablesorter th.result').data('sorter', false);
|
||||
$('.tablesorter th.points').data('sorter', 'score');
|
||||
$('.tablesorter th.berger').data('sorter', 'score');
|
||||
$('.tablesorter').tablesorter({
|
||||
|
Reference in New Issue
Block a user