Update idregex of jstree
This commit is contained in:
parent
5eef7cab82
commit
51c50780ba
|
@ -85,7 +85,7 @@
|
|||
*/
|
||||
plugins : {},
|
||||
path : src && src.indexOf('/') !== -1 ? src.replace(/\/[^\/]+$/,'') : '',
|
||||
idregex : /[\\:&!^|()\[\]<>@*'+~#";.,=\- \/$\{\}]/g
|
||||
idregex : /[\\:&!^|()\[\]<>@*'+~#";.,=\- \/${}]/g
|
||||
};
|
||||
/**
|
||||
* creates a jstree instance
|
||||
|
|
Loading…
Reference in New Issue