mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
Added aggressive caching of Twitch emoticon set data for more reliable tooltips.
This commit is contained in:
parent
d8c017bab0
commit
08ad23ec02
10 changed files with 193 additions and 102 deletions
|
@ -52,7 +52,7 @@ FFZ.prototype._emote_menu_enumerator = function() {
|
|||
// TODO: Stop having to calculate this here.
|
||||
var title = set.title, badge = set.icon || null;
|
||||
if ( ! title ) {
|
||||
if ( set.id == "global" )
|
||||
if ( set.id === "global" )
|
||||
title = "FrankerFaceZ Global Emotes";
|
||||
|
||||
else if ( set.id == "globalevent" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue