tweaks and formatting

This commit is contained in:
Julian Lam
2014-01-27 13:04:03 -05:00
parent 7edf041747
commit 4ae8824faf
2 changed files with 5 additions and 5 deletions

View File

@@ -401,7 +401,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
quoted = '> ' + post.replace(/\n/g, '\n> ') + '\n\n';
}
if($('.composer').length) {
composer.addQuote(tid, pid, topic_name ,username, quoted);
composer.addQuote(tid, pid, topic_name, username, quoted);
}else {
composer.newReply(tid, topic_name, username + ' said:\n' + quoted);
}