mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
tweaks and formatting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user