1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-12 17:10:54 +00:00

Updated for new emoticon srcSet.

This commit is contained in:
SirStendec 2015-04-15 21:00:52 -04:00
parent 216a82aa5a
commit e1cfb17081
7 changed files with 21 additions and 17 deletions

View file

@ -47,7 +47,7 @@ FFZ.prototype._feature_friday_ui = function(room_id, parent, view) {
if ( ! this.feature_friday || this.feature_friday.channel == room_id )
return;
this._emotes_for_sets(parent, view, [this.feature_friday.set], "Feature Friday");
this._emotes_for_sets(parent, view, [this.feature_friday.set], this.feature_friday.title);
// Before we add the button, make sure the channel isn't the
// current channel.
@ -106,6 +106,7 @@ FFZ.prototype._load_ff = function(data) {
// We have our data! Set it up.
this.feature_friday = {set: data.set, channel: data.channel, live: false,
title: data.title || "Feature Friday",
display_name: FFZ.get_capitalization(data.channel, this._update_ff_name.bind(this))};
// Add the set.