mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Merge pull request #917 from jsit/menuopacity
Fixing opacity issue when using mobile menu (#912)
This commit is contained in:
commit
893b8e4cef
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ $.fn.ready(function() {
|
||||||
|
|
||||||
$("#menu").click(function(){
|
$("#menu").click(function(){
|
||||||
$("#links").toggle();
|
$("#links").toggle();
|
||||||
|
if ($('#content').hasClass('opacity03')) {
|
||||||
|
$('#content').removeClass('opacity03');
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue