mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 16:40:55 +00:00
3.5.148. Fix tokenize_emotes not using hasOwnProperty to check if a key exists in an object, causing some words to get eaten in chat on Firefox.
This commit is contained in:
parent
46dee22d83
commit
5bb64a0904
6 changed files with 39 additions and 15 deletions
|
@ -456,6 +456,7 @@ FFZ.prototype.setup_chatview = function() {
|
|||
Chat.create().destroy();
|
||||
} catch(err) { }
|
||||
|
||||
|
||||
// Modify all existing Chat views.
|
||||
var views = utils.ember_views();
|
||||
for(var key in views) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue