Rename class 'score' to 'result' in tournament tables.

This commit is contained in:
vonavi
2015-01-06 02:22:22 +03:00
parent ae741914ae
commit bd3172260c
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ table.tournament {
padding: 0;
}
thead > tr > .score,
tbody > tr > .score,
thead > tr > .result,
tbody > tr > .result,
tbody > tr > .diagonal {
min-width: 21px;
text-align: center;
+1 -1
View File
@@ -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({