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

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

Loading…
Cancel
Save