mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #653 from staurand/master
Added pipe to escaped symbols of jQuery selector
This commit is contained in:
commit
a05ed38501
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
};
|
||||
|
||||
$(window).load(function() {
|
||||
var id = getHash().substr(1).replace( /([:\.\[\]\{\}])/g, "\\$1");
|
||||
var id = getHash().substr(1).replace( /([:\.\[\]\{\}|])/g, "\\$1");
|
||||
var elem = $('#' + id);
|
||||
if (elem.length) {
|
||||
setTimeout(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue