mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-05 22:00:54 +00:00
3.5.249. Add option to hide the Bits Tag display on streams such as EVO.
This commit is contained in:
parent
25eadeb89a
commit
0482887343
16 changed files with 72 additions and 81 deletions
|
@ -168,6 +168,9 @@ FFZ.menu_pages.myemotes = {
|
|||
return 0;
|
||||
});
|
||||
|
||||
if ( sets.length )
|
||||
sets[0][1].classList.add('top-set');
|
||||
|
||||
for(var i=0; i < sets.length; i++)
|
||||
container.appendChild(sets[i][1]);
|
||||
}
|
||||
|
@ -264,9 +267,11 @@ FFZ.menu_pages.myemotes = {
|
|||
|
||||
container.appendChild(grid);
|
||||
|
||||
} else
|
||||
} else if ( sets.length ) {
|
||||
sets[0][1].classList.add('top-set');
|
||||
for(var i=0; i < sets.length; i++)
|
||||
container.appendChild(sets[i][1]);
|
||||
}
|
||||
|
||||
return true;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue