some fixes

push plz
This commit is contained in:
Scott O'Hara 2013-07-13 21:03:23 -04:00
parent 64eab634f6
commit 9691bb2ec2
5 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,6 @@
$(document).ready(function() {
// this open and closes the small screen nav
$('.small-Nav').click(function(){
$('.header-Nav').toggleClass('show-Nav');
})
});