I have a site built with \"Drupal 8\" and \"Bootstrap 3\".
How to close the menu collapse when bootstrap \"Tour\" starts ?
https://www.s1biose.com
\"Tour
Can you try with this js code instead yours :
$('#bs-tour-restart').click(function () { $('#navbar-collapse-first, #navbar-collapse-second').collapse('hide'); // Restart the tour tour.init(); tour.restart(); });