1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

Fix bug with badges that override other badges.

This commit is contained in:
SirStendec 2015-03-20 22:14:55 -04:00
parent 45f82701c2
commit a0ab653e8f
3 changed files with 3 additions and 3 deletions

View file

@ -193,7 +193,7 @@ FFZ.prototype.render_badge = function(view) {
el.style.backgroundImage = 'url("' + (badge.image || full_badge.image) + '")';
el.classList.add("ffz-badge-replacement");
el.title += ", " + (badge.title || full_badge.title);
return;
continue;
}
}