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

Cette révision appartient à :
vonavi
2015-01-06 01:52:18 +03:00
Parent ae741914ae
révision bd3172260c
3 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

Voir le fichier

@@ -15,8 +15,8 @@ table.tournament {
padding: 0; padding: 0;
} }
thead > tr > .score, thead > tr > .result,
tbody > tr > .score, tbody > tr > .result,
tbody > tr > .diagonal { tbody > tr > .diagonal {
min-width: 21px; min-width: 21px;
text-align: center; text-align: center;

Voir le fichier

@@ -11,7 +11,7 @@ $(function() {
}); });
/* Sort a tournament table with tablesorter */ /* 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.points').data('sorter', 'score');
$('.tablesorter th.berger').data('sorter', 'score'); $('.tablesorter th.berger').data('sorter', 'score');
$('.tablesorter').tablesorter({ $('.tablesorter').tablesorter({