1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-02 17:18:31 +00:00

Add support for Feature Friday. Fix emoticon tooltips. Add option to disable username capitalization.

This commit is contained in:
SirStendec 2015-01-15 22:19:05 -05:00
parent ac81def52e
commit e85633cae3
8 changed files with 363 additions and 20 deletions

View file

@ -71,6 +71,8 @@ FFZ.prototype.build_ui_popup = function(view) {
else
btn.addEventListener('click', this._add_emote.bind(this, view, "To view this channel's emoticons, get FrankerFaceZ from http://www.frankerfacez.com"));
// Feature Friday!
this._feature_friday_ui(room_id, inner, view);
// Add the menu to the DOM.
this._popup = container;