Files @ 9924f8d92ad6
Branch filter:

Location: SlatePermutate/displayTables.js

nathang
attempted to add schedule name input but was unsuccessful
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

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

hideAllButFirst();

}