slow
This commit is contained in:
parent
62a6884bc6
commit
0ada2078be
|
@ -217,7 +217,8 @@ EmoteModule.prototype.injectEmote = function(node) {
|
|||
}
|
||||
}
|
||||
|
||||
if(!replaced) {
|
||||
//This is way too slow
|
||||
/*if(!replaced) {
|
||||
$.each(subEmotesTwitch.channels, function() {
|
||||
$.each(this.emotes, function() {
|
||||
if(this.code == word) {
|
||||
|
@ -225,7 +226,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
|||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
}*/
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue