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 b13b3ce commit 9d3b3f7Copy full SHA for 9d3b3f7
lib/web/mage/backend/tabs.js
@@ -132,8 +132,8 @@ define([
132
return panel;
133
},
134
135
- _sanitizeSelector: function( hash ) {
136
- return hash ? hash.replace( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g, "\\$&" ) : "";
+ _sanitizeSelector: function (hash) {
+ return hash ? hash.replace(/[!"$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g, '\\$&') : '';
137
138
139
/**
0 commit comments