mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-13 16:37:52 +00:00
fix cry smile
This commit is contained in:
parent
ded234bed7
commit
3e29d0f3f8
@ -106,7 +106,8 @@
|
||||
.replace(/&/g, '&')
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>')
|
||||
.replace(/"/g, '"');
|
||||
.replace(/"/g, '"')
|
||||
.replace(/'/g, ''');
|
||||
},
|
||||
quote: function (str) {
|
||||
return (str + '').replace(/([.?*+^$[\]\\(){}|-])/g, "\\$1");
|
||||
|
Loading…
Reference in New Issue
Block a user