This commit is contained in:
Jiiks 2015-10-24 15:51:54 +03:00
parent 62a6884bc6
commit 0ada2078be
1 changed files with 3 additions and 2 deletions

View File

@ -217,7 +217,8 @@ EmoteModule.prototype.injectEmote = function(node) {
} }
} }
if(!replaced) { //This is way too slow
/*if(!replaced) {
$.each(subEmotesTwitch.channels, function() { $.each(subEmotesTwitch.channels, function() {
$.each(this.emotes, function() { $.each(this.emotes, function() {
if(this.code == word) { if(this.code == word) {
@ -225,7 +226,7 @@ EmoteModule.prototype.injectEmote = function(node) {
} }
}); });
}); });
} }*/
}); });