1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 01:56:55 +00:00

Rough support for the updated BetterTTV. It's kind of messy, so I'll investigate a better way to hook into it with less chance of breaking.

Other minor changes.
This commit is contained in:
SirStendec 2015-03-30 00:52:18 -04:00
parent a0ab653e8f
commit 216a82aa5a
10 changed files with 205 additions and 89 deletions

View file

@ -63,7 +63,8 @@ FFZ.prototype._emote_menu_enumerator = function() {
else
title = "FrankerFaceZ Set: " + FFZ.get_capitalization(set.id);
}
} else
title = "FrankerFaceZ: " + title;
emotes.push({text: emote.name, url: emote.url,
hidden: false, channel: title, badge: badge});