1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

Fix FFZ's noty-fications not having a visible close button. Fix inverted dev badge.

This commit is contained in:
SirStendec 2016-04-19 15:16:37 -04:00
parent d6b1b215d9
commit 4086a2e9fd
3 changed files with 10 additions and 9 deletions

View file

@ -46,7 +46,6 @@ FFZ.prototype.setup_bttv = function(delay) {
if ( this.is_dashboard ) {
this._update_subscribers();
this._remove_dash_chart();
//this._remove_dash_feed();
}
document.body.classList.add('ffz-bttv');
@ -61,8 +60,6 @@ FFZ.prototype.setup_bttv = function(delay) {
this._chatv.ffzUnloadHost();
}
this.disconnect_extra_chat();
if ( this._roomv ) {
// Disable Chat Pause
if ( this.settings.chat_hover_pause )
@ -73,6 +70,8 @@ FFZ.prototype.setup_bttv = function(delay) {
this._roomv.ffzUpdateStatus();
}
this.disconnect_extra_chat();
// Disable style blocks.
this.toggle_style('chat-setup');
this.toggle_style('chat-padding');