1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00
This commit is contained in:
SirStendec 2016-09-30 13:09:03 -04:00
parent 8db999a8a8
commit 8280b93c97
28 changed files with 2140 additions and 603 deletions

View file

@ -109,6 +109,9 @@ FFZ.prototype.setup_bttv = function(delay) {
cl.remove("ffz-portrait");
cl.remove("ffz-minimal-channel-title");
cl.remove("ffz-flip-dashboard");
cl.remove('ffz-minimal-channel-bar');
cl.remove('ffz-channel-bar-bottom');
cl.remove('ffz-channel-title-top');
// Remove Following Count
if ( this.settings.following_count ) {
@ -270,8 +273,6 @@ FFZ.prototype.setup_bttv = function(delay) {
}
}
f.log("BTTV Emotes", output);
return output;
}