fixed scrolling bug after menu closes

main
psychobunny 10 years ago
parent 29b735aa9d
commit 72d42c56fc

@ -206,6 +206,7 @@ $(document).ready(function() {
'top': '0px',
'position': 'fixed'
});
$('.slideout-open').removeClass('slideout-open');
});
$('#menu [data-section="navigation"] ul').html($('#main-nav').html() + ($('#logged-out-menu').html() || ''));

Loading…
Cancel
Save