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 3345ec4 commit ab2de15Copy full SHA for ab2de15
lib/web/mage/tabs.js
@@ -71,6 +71,9 @@ define([
71
anchorId = anchor.replace('#', '');
72
73
if (anchor && isValid) {
74
+ if(anchorId == 'review-form'){
75
+ anchorId = anchorId.replace('-form', 's');
76
+ }
77
$.each(self.contents, function (i) {
78
if ($(this).attr('id') === anchorId) {
79
self.collapsibles.not(self.collapsibles.eq(i)).collapsible('forceDeactivate');
0 commit comments