v1.18.x
Barış Soner Uşaklı 6 years ago
parent 70d9c6c4ce
commit fc6767e140

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

Loading…
Cancel
Save