Archived
1
0

Merge branch 'master' of ssh://github.com/majestrate/nntpchan

This commit is contained in:
Jeff Becker
2017-04-05 09:15:47 -04:00
2 changed files with 2 additions and 1 deletions

View File

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