Skip to content

Commit e37c989

Browse files
author
Stanislav Idolov
authored
ENGCOM-2033: Fix for #8222 #16213
2 parents 7431d37 + 3984406 commit e37c989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/collapsible.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ define([
110110
_processState: function () {
111111
var anchor = window.location.hash,
112112
isValid = $.mage.isValidSelector(anchor),
113-
urlPath = window.location.pathname.replace('.', ''),
113+
urlPath = window.location.pathname.replace(/\./g, ''),
114114
state;
115115

116116
this.stateKey = encodeURIComponent(urlPath + this.element.attr('id'));

0 commit comments

Comments
 (0)