Skip to content

Commit 4d5f997

Browse files
authored
Update lazy.phtml
1 parent 870f6a3 commit 4d5f997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/lazy.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
});
9696
}
9797

98-
document.querySelectorAll('.nav-sections .navigation, .navigation-bar').forEach(function(el){
98+
document.querySelectorAll('.nav-sections, .navigation-bar').forEach(function(el){
9999
el.addEventListener("click", handlerMouseEvent, false);
100100
el.addEventListener("mouseenter", handlerMouseEvent, false);
101101
});

0 commit comments

Comments
 (0)