Files @ 6c9e24886620
Branch filter:

Location: SlatePermutate/scripts/displayTables.js

binki
Use 'h' for Thursday instead of 'u'. There are probably other stray places still using 'u' somehow...
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

function hideAllButFirst(){
	jQuery('.week').hide();
};

hideAllButFirst();

}