Files @ 7ad078f11fd8
Branch filter:

Location: SlatePermutate/displayTables.js

ethanzonca
Re-added saved sched. links
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

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

hideAllButFirst();

}