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.
2 parents e1146fd + 2745e0f commit 4503597Copy full SHA for 4503597
lib/web/mage/tabs.js
@@ -72,7 +72,7 @@ define([
72
73
if (anchor && isValid) {
74
$.each(self.contents, function (i) {
75
- if ($(this).attr('id') === anchorId) {
+ if ($(this).attr('id') === anchorId || $(this).find('#' + anchorId).length) {
76
self.collapsibles.not(self.collapsibles.eq(i)).collapsible('forceDeactivate');
77
78
return false;
0 commit comments