Skip to content
Snippets Groups Projects
Commit 51f98853 authored by khawkins98's avatar khawkins98
Browse files

Missed commit :(

parent 8403c554
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ if (jQuery('body').hasClass('google-analytics-loaded')) {
// $(localMenuClass).append('<li class="extra-items-menu" style="display:none;"><a href="#">Also in this section</a><ul class="menu"></ul></li>');
localMenuWidthUsed = localMenuWidthUsed + $(localMenuClass + ' > li.extra-items-menu').outerWidth(); // Account for width of li.extra-items-menu
// invoke foundation to create dropdown functionality when we add the menu
var responsiveMenu = new Foundation.DropdownMenu($(localMenuClass));
var options = {closeOnClickInside: false, closeOnClick: false}; // Prevent a bug in foundation 6.2.4 that prevents mobile clicking :(
var responsiveMenu = new Foundation.DropdownMenu($(localMenuClass),options);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment