parent
d4ed15be9d
commit
180f76b64f
|
@ -227,7 +227,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
|||
if(!words) return;
|
||||
|
||||
words.some(function(word) {
|
||||
|
||||
|
||||
if($.inArray(bemotes, word)) return;
|
||||
|
||||
if(emotesTwitch.emotes.hasOwnProperty(word)) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue