mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
3.5.37 to 3.5.40. Added Twitch emote mirror. Fixed emote sorting in My Emoticons. Fixed failure to leave chat rooms. Added /ffz reload chat command. Fixed Stream Latency again. Added new API methods. Made settings.get try to load unloaded settings.
This commit is contained in:
parent
d934508b04
commit
acc0010247
15 changed files with 295 additions and 73 deletions
|
@ -9,6 +9,10 @@ var sanitize_el = document.createElement('span'),
|
|||
return sanitize_el.innerHTML;
|
||||
},
|
||||
|
||||
escape_regex = RegExp.escape || function(str) {
|
||||
return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
||||
},
|
||||
|
||||
R_QUOTE = /"/g,
|
||||
R_SQUOTE = /'/g,
|
||||
R_AMP = /&/g,
|
||||
|
@ -311,5 +315,7 @@ module.exports = {
|
|||
return "99+";
|
||||
|
||||
return "" + count;
|
||||
}
|
||||
},
|
||||
|
||||
escape_regex: escape_regex
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue