mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-31 15:08:31 +00:00
3.5.174. A bit of code cleanup. New UI to block games in the directory, or hide their thumbnails. Added boxart to videos cause Twitch removed it.
This commit is contained in:
parent
78fddccbb5
commit
fbb12d726a
8 changed files with 179 additions and 77 deletions
|
@ -216,15 +216,6 @@ FFZ.prototype._modify_cindex = function(view) {
|
|||
el.setAttribute('data-channel', id);
|
||||
el.classList.add('ffz-channel');
|
||||
|
||||
// Try changing the theater mode tooltip.
|
||||
/* Deprecated: Theatre button is now in the player.
|
||||
var tb = this.$('.theatre-button > a'),
|
||||
opts = tb.data('tipsy');
|
||||
|
||||
tb.attr('title', 'Theater Mode (Alt+T)');
|
||||
if ( opts && opts.options && typeof opts.options.gravity !== "function" )
|
||||
opts.options.gravity = utils.tooltip_placement(constants.TOOLTIP_DISTANCE, opts.options.gravity || 'n');//*/
|
||||
|
||||
this.ffzFixTitle();
|
||||
this.ffzUpdateUptime();
|
||||
this.ffzUpdateChatters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue