This commit is contained in:
Jiiks 2015-10-14 09:26:18 +03:00
parent e8928b9839
commit bcbcd74dc8
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ EmoteModule.prototype.injectEmote = function(node) {
if(!words) return;
words.some(function(word) {
console.log(word);
if (emotesTwitch.hasOwnProperty(word)) {
parentInnerHTML = parentInnerHTML.replace(word, "<img src=" + twitchEmoteUrlStart + emotesTwitch[word] + twitchEmoteUrlEnd + "><\/img>");
} else if(typeof emotesFfz !== 'undefined' && settingsCookie["bda-es-1"]) {