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

3.5.172. Following tooltip now shows Creative hashtags. Bug fixes. Added several sidebar options.

This commit is contained in:
SirStendec 2016-05-12 00:11:50 -04:00
parent 8056463bbe
commit 78fddccbb5
11 changed files with 315 additions and 143 deletions

View file

@ -236,7 +236,7 @@ FFZ.prototype._modify_rview = function(view) {
} else if ( btn ) {
btn.classList.toggle('ffz-waiting', (room && room.get('slowWait') || 0));
btn.classList.toggle('ffz-banned', (room && room.get('ffz_banned')));
btn.classList.toggle('ffz-banned', (room && room.get('ffz_banned') || false));
}
var badge, id, info, vis_count = 0;
@ -840,6 +840,8 @@ FFZ.prototype._modify_room = function(room) {
slowWaiting: false,
slow: 0,
ffz_banned: false,
mru_list: [],
updateWait: function(value, was_banned) {