Files @ f9a9b62af011
Branch filter:

Location: SlatePermutate/scripts/displayTables.js

Ethan Zonca
Add prof name to input
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

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

hideAllButFirst();

}