mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 18:30:17 +01: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(){
|
$("#menu").click(function(){
|
||||||
$("#links").toggle();
|
$("#links").toggle();
|
||||||
|
if ($('#content').hasClass('opacity03')) {
|
||||||
|
$('#content').removeClass('opacity03');
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user