mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: #7098
This commit is contained in:
@@ -248,7 +248,7 @@ define('forum/topic/postTools', [
|
||||
tid: tid,
|
||||
pid: toPid,
|
||||
topicName: ajaxify.data.titleRaw,
|
||||
text: username ? username + ' ' : '',
|
||||
text: username ? username + ' ' : ($('[component="topic/quickreply/text"]').val() || ''),
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user