Files @ e6ac61520c4a
Branch filter:

Location: SlatePermutate/displayTables.js

nathang
More link changes to index.php
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

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

hideAllButFirst();

}