mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
3.5.463. Fix tab completion issues. Fix rendering of system-msgs that require special rendering. Fix compatibility with BetterTTV v7. This includes a lot of tiny changes because many features are only incompatible with BTTV v6.
This commit is contained in:
parent
c3e5aa4fcf
commit
996ab7031e
26 changed files with 319 additions and 129 deletions
|
@ -30,7 +30,7 @@ FFZ.prototype.setup_emote_menu = function(delay) {
|
|||
// --------------------
|
||||
|
||||
FFZ.prototype._emote_menu_enumerator = function() {
|
||||
if ( this.has_bttv )
|
||||
if ( this.has_bttv_6 )
|
||||
return [];
|
||||
|
||||
var twitch_user = this.get_user(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue