Files @ 87c1a68829fe
Branch filter:

Location: SlatePermutate/scripts/displayTables.js

ethanzonca
Added missing stylesheets
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

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

hideAllButFirst();

}