aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/js.php
blob: ad742445bbdaf0876d0ba5e5ef528f6421d6c135 (plain)
1
2
3
4
5
$(function() {
	// jQuery uses 0-based indexing
	$('#groups-tools').children('li:even').addClass('odd');
});