From fc6767e1400793b5eecd89164ed2b3347163d099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 6 Feb 2019 18:36:58 -0500 Subject: [PATCH] fix: #7098 --- public/src/client/topic/postTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/topic/postTools.js b/public/src/client/topic/postTools.js index f4f69ef215..4d29d966dd 100644 --- a/public/src/client/topic/postTools.js +++ b/public/src/client/topic/postTools.js @@ -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() || ''), }); } });