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 1de3379 commit f0a8ba8Copy full SHA for f0a8ba8
lib/web/mage/collapsible.js
@@ -100,7 +100,8 @@ define([
100
_processState: function () {
101
var anchor = window.location.hash,
102
isValid = $.mage.isValidSelector(anchor),
103
- urlPath = window.location.pathname.replace('.', '');
+ urlPath = window.location.pathname.replace(/\./g, ''),
104
+ state;
105
106
this.stateKey = encodeURIComponent(urlPath + this.element.attr("id"));
107
0 commit comments