Archived
1
0
This commit is contained in:
Jeff 2017-04-04 12:53:10 -04:00
parent 77d87c0856
commit 7e728a4a0a

View File

@ -1429,4 +1429,4 @@ Chat.prototype.generateChat = function(data) {
chat.appendChild(header); chat.appendChild(header);
chat.appendChild(body); chat.appendChild(body);
return chat; return chat;
} };