1

Improve the look of tournament tables, using the last version of tablesorter.

This commit is contained in:
vonavi
2014-03-22 14:31:04 +02:00
parent e62f314ad0
commit ae01cf4d3e
9 changed files with 40 additions and 67 deletions

View File

@@ -13,7 +13,10 @@ $(function() {
/* Sort a tournament table with tablesorter */
$('.tablesorter .opponent').addClass('{sorter: false}');
$('.tablesorter').tablesorter({
widgets: ['zebra']
theme : 'blue',
widgets : ['zebra'],
sortReset : true,
sortRestart : true
});
})

View File

@@ -1 +1 @@
../vendor/tablesorter/jquery.metadata.js
../vendor/tablesorter/js/jquery.metadata.js

View File

@@ -1 +1 @@
../vendor/tablesorter/jquery.tablesorter.js
../vendor/tablesorter/js/jquery.tablesorter.js