Loading themes/bs_bootstrap/js/navbar.js +4 −3 Original line number Diff line number Diff line Loading @@ -396,9 +396,10 @@ }); $(document).on('hide.bs.dropdown', function (e) { // Don't hide dropdown which is in sidebar navigation. This will prevent // hiding open submenus in sidebar navigation. if (Drupal.bs_bootstrap.navbar.isNavbarCollapseShow($(e.target))) { // Don't hide dropdown navigation menus which are in sidebar navigation. // This will prevent hiding open submenus in sidebar navigation when we want // to open a new sub navigation - the rest will stay open. if (e.target.classList.contains('nav-item') && Drupal.bs_bootstrap.navbar.isNavbarCollapseShow($(e.target))) { e.preventDefault(); } }); Loading Loading
themes/bs_bootstrap/js/navbar.js +4 −3 Original line number Diff line number Diff line Loading @@ -396,9 +396,10 @@ }); $(document).on('hide.bs.dropdown', function (e) { // Don't hide dropdown which is in sidebar navigation. This will prevent // hiding open submenus in sidebar navigation. if (Drupal.bs_bootstrap.navbar.isNavbarCollapseShow($(e.target))) { // Don't hide dropdown navigation menus which are in sidebar navigation. // This will prevent hiding open submenus in sidebar navigation when we want // to open a new sub navigation - the rest will stay open. if (e.target.classList.contains('nav-item') && Drupal.bs_bootstrap.navbar.isNavbarCollapseShow($(e.target))) { e.preventDefault(); } }); Loading