This commit is contained in:
Barış Soner Uşaklı
2019-02-06 18:36:58 -05:00
parent 70d9c6c4ce
commit fc6767e140

View File

@@ -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() || ''),
}); });
} }
}); });