mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
3.5.312. Closes #20
This commit is contained in:
parent
26a55b169f
commit
d12277776e
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -34,7 +34,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 311,
|
||||
major: 3, minor: 5, revision: 312,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue