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 01d7f51 commit c034338Copy full SHA for c034338
lib/web/mage/tabs.js
@@ -70,7 +70,7 @@ define([
70
isValid = $.mage.isValidSelector(anchor),
71
anchorId = anchor.replace('#', '');
72
73
- if (anchor && isValid) {
+ if (anchor && isValid) {
74
$.each(self.contents, function (i) {
75
if ($(this).attr('id') === anchorId || $(this).find('#' + anchorId).length) {
76
self.collapsibles.not(self.collapsibles.eq(i)).collapsible('forceDeactivate');
0 commit comments