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 5fc0cf8 commit 2a820c2Copy full SHA for 2a820c2
lib/web/mage/menu.js
@@ -139,7 +139,7 @@ define([
139
classes,
140
classNav;
141
142
- if (!activeCategoryLink || !activeCategoryLink.hasClass('ui-corner-all')) {
+ if (!activeCategoryLink || !activeCategoryLink.hasClass('ui-menu-item-wrapper')) {
143
144
//category was not found by provided URL
145
return false;
0 commit comments