Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ea5421bcab
@ -352,7 +352,7 @@ function escapeJsString(unsafe) {
|
||||
if (typeof(unsafe) != 'undefined') {
|
||||
return unsafe
|
||||
.toString()
|
||||
.replace("\000", '')
|
||||
.replace("\x00", '')
|
||||
.replace('\\', '\\\\')
|
||||
.replace('\'', '\\\'')
|
||||
.replace("'", "\\\'")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user