We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870f6a3 commit 4d5f997Copy full SHA for 4d5f997
view/frontend/templates/lazy.phtml
@@ -95,7 +95,7 @@
95
});
96
}
97
98
- document.querySelectorAll('.nav-sections .navigation, .navigation-bar').forEach(function(el){
+ document.querySelectorAll('.nav-sections, .navigation-bar').forEach(function(el){
99
el.addEventListener("click", handlerMouseEvent, false);
100
el.addEventListener("mouseenter", handlerMouseEvent, false);
101
0 commit comments