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