mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-26 19:02:18 -05:00
Fixing opacity issue when using mobile menu
This commit is contained in:
parent
8a76674568
commit
75dc3a71b7
@ -9,6 +9,9 @@ $.fn.ready(function() {
|
||||
|
||||
$("#menu").click(function(){
|
||||
$("#links").toggle();
|
||||
if ($('#content').hasClass('opacity03')) {
|
||||
$('#content').removeClass('opacity03');
|
||||
}
|
||||
});
|
||||
|
||||
/* ==========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user