1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

3.5.312. Closes #20

This commit is contained in:
SirStendec 2016-10-04 15:06:45 -04:00
parent 26a55b169f
commit d12277776e
3 changed files with 7 additions and 2 deletions

View file

@ -903,7 +903,7 @@ FFZ.prototype._modify_chat_line = function(component, is_vod) {
if ( this.get('ffzShouldRenderMessageBody') ) {
output += this.buildSenderHTML();
output += this.get('msgObject.deleted') ?
this.buildDeletedMesageHTML() : this.buildMessageHTML();
this.buildDeletedMessageHTML() : this.buildMessageHTML();
}
el.innerHTML = output;