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.
2 parents 7431d37 + 3984406 commit e37c989Copy full SHA for e37c989
lib/web/mage/collapsible.js
@@ -110,7 +110,7 @@ define([
110
_processState: function () {
111
var anchor = window.location.hash,
112
isValid = $.mage.isValidSelector(anchor),
113
- urlPath = window.location.pathname.replace('.', ''),
+ urlPath = window.location.pathname.replace(/\./g, ''),
114
state;
115
116
this.stateKey = encodeURIComponent(urlPath + this.element.attr('id'));
0 commit comments