Skip to content

Commit b3ac99e

Browse files
ENGCOM-2147: [Forwardport] Fix for #8222 #16429
2 parents fb70872 + b0bbc82 commit b3ac99e

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)