Fixing opacity issue when using mobile menu

This commit is contained in:
Jay Sitter 2014-10-31 15:37:08 -04:00
parent 8a76674568
commit 75dc3a71b7
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ $.fn.ready(function() {
$("#menu").click(function(){
$("#links").toggle();
if ($('#content').hasClass('opacity03')) {
$('#content').removeClass('opacity03');
}
});
/* ==========================================================================