Skip to content

Commit ab2de15

Browse files
Prakashamol2jcommerce
Prakash
authored andcommitted
Fixes for product tabbing issue
1 parent 3345ec4 commit ab2de15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/web/mage/tabs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ define([
7171
anchorId = anchor.replace('#', '');
7272

7373
if (anchor && isValid) {
74+
if(anchorId == 'review-form'){
75+
anchorId = anchorId.replace('-form', 's');
76+
}
7477
$.each(self.contents, function (i) {
7578
if ($(this).attr('id') === anchorId) {
7679
self.collapsibles.not(self.collapsibles.eq(i)).collapsible('forceDeactivate');

0 commit comments

Comments
 (0)