summaryrefslogtreecommitdiffstats
path: root/wik/wik.js
blob: 07c7e76d823ca6d4514b49ca73c089763c49dfb6 (plain)
1
2
3
4
5
// Add tablesorter-blue class to .tablesorter objects
// Note: you must load jquery before loading this file
$(document).ready(function() {
	$(".tablesorter").addClass("tablesorter-blue");
});