dev1
This commit is contained in:
parent
e8928b9839
commit
bcbcd74dc8
|
@ -199,6 +199,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
||||||
if(!words) return;
|
if(!words) return;
|
||||||
|
|
||||||
words.some(function(word) {
|
words.some(function(word) {
|
||||||
|
console.log(word);
|
||||||
if (emotesTwitch.hasOwnProperty(word)) {
|
if (emotesTwitch.hasOwnProperty(word)) {
|
||||||
parentInnerHTML = parentInnerHTML.replace(word, "<img src=" + twitchEmoteUrlStart + emotesTwitch[word] + twitchEmoteUrlEnd + "><\/img>");
|
parentInnerHTML = parentInnerHTML.replace(word, "<img src=" + twitchEmoteUrlStart + emotesTwitch[word] + twitchEmoteUrlEnd + "><\/img>");
|
||||||
} else if(typeof emotesFfz !== 'undefined' && settingsCookie["bda-es-1"]) {
|
} else if(typeof emotesFfz !== 'undefined' && settingsCookie["bda-es-1"]) {
|
||||||
|
|
Loading…
Reference in New Issue