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:
parent
45f82701c2
commit
a0ab653e8f
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue