Files @ 340f3dba4fee
Branch filter:

Location: SlatePermutate/displayTables.js

nathang
fixed some time format errors in the form and updated todo list
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

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

hideAllButFirst();

}