Merge pull request #917 from jsit/menuopacity

Fixing opacity issue when using mobile menu (#912)
This commit is contained in:
Thomas Citharel 2014-10-31 20:45:40 +01:00
commit 893b8e4cef
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');
}
});
/* ==========================================================================