Skip to content

Commit 9d3b3f7

Browse files
committed
AC-14417:Investigate the latest version jquery-ui
1 parent b13b3ce commit 9d3b3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/mage/backend/tabs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ define([
132132
return panel;
133133
},
134134

135-
_sanitizeSelector: function( hash ) {
136-
return hash ? hash.replace( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g, "\\$&" ) : "";
135+
_sanitizeSelector: function (hash) {
136+
return hash ? hash.replace(/[!"$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g, '\\$&') : '';
137137
},
138138

139139
/**

0 commit comments

Comments
 (0)