Merge pull request #609 from docker/mobile

Make left nav persist in mobile, fix blue menu pop-in
This commit is contained in:
John Mulhausen 2016-11-17 14:41:59 -08:00 committed by GitHub
commit 4e16d290c1
2 changed files with 22646 additions and 349 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,6 +17,7 @@ function hookupTOCEvents()
$(".currentPage").each(function(){
$(this).parentsUntil($('.docsidebarnav_section')).addClass("active").removeClass("menu-closed").addClass("menu-open");
});
$(".left-off-canvas-menu").css("display","block");
}
jQuery(document).ready(function(){
hookupTOCEvents();