Skip to content
Snippets Groups Projects
Commit 623274b8 authored by khawkins's avatar khawkins
Browse files

Log bugfix

parent 741b63c6
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,7 @@ if (jQuery('body').hasClass('google-analytics-loaded')) {
// Create dropdown if needed
if ($(localMenuClass + ' li.extra-items-menu').length == 0) {
// responsiveMenuSubMenuBugFix: see https://github.com/ebiwd/EBI-Framework/issues/50
var responsiveMenuSubMenuBugFix = '<li class="bug-fix-placeholder" style="display:none !important;"><a href="#">A workaround</a> <ul class="menu"> <li><a href="#">for a bug where the dropdown menu fails sometimes unless there are two submenus in the submenu</a></li></ul> </li>';
$(localMenuClass).append('<li class="extra-items-menu" style="display:none;"><a href="#">Also in this section</a><ul class="menu">'+responsiveMenuSubMenuBugFix+'</ul></li>');
// $(localMenuClass).append('<li class="extra-items-menu" style="display:none;"><a href="#">Also in this section</a><ul class="menu"></ul></li>');
......
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