mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-21 05:20:54 +00:00
3.5.305. Dark CSS tweaks. Add Twitch Prime support. Better channel redesign support. Fix hosting bugs. Fix Emoticon menu bugs. Add github buttons to About page.
This commit is contained in:
parent
8280b93c97
commit
7d35b5c8c3
14 changed files with 369 additions and 107 deletions
|
@ -581,7 +581,7 @@ FFZ.menu_pages.settings = {
|
|||
count = favorites.length;
|
||||
else
|
||||
for(var i=0; i < favorites.length; i++)
|
||||
if ( ! FFZ.settings_info[favorites[i]].no_bttv )
|
||||
if ( FFZ.settings_info[favorites[i]] && ! FFZ.settings_info[favorites[i]].no_bttv )
|
||||
count++;
|
||||
|
||||
if ( ! count ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue