forked from wallabag/wallabag
Fixing menu hiding behavior when switching from mobile width to desktop width
This commit is contained in:
@ -8,7 +8,7 @@ $.fn.ready(function() {
|
||||
========================================================================== */
|
||||
|
||||
$("#menu").click(function(){
|
||||
$("#links").toggle();
|
||||
$("#links").toggleClass('open');
|
||||
if ($('#content').hasClass('opacity03')) {
|
||||
$('#content').removeClass('opacity03');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user