|
|
@ -611,6 +611,8 @@ define(['taskbar'], function(taskbar) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
postData.title = $('<div></div>').html(postData.title).text();
|
|
|
|
|
|
|
|
|
|
|
|
if (parseInt(postData.tid, 10) > 0) {
|
|
|
|
if (parseInt(postData.tid, 10) > 0) {
|
|
|
|
translator.translate('[[topic:composer.replying_to, ' + postData.title + ']]', function(newTitle) {
|
|
|
|
translator.translate('[[topic:composer.replying_to, ' + postData.title + ']]', function(newTitle) {
|
|
|
|
titleEl.val(newTitle);
|
|
|
|
titleEl.val(newTitle);
|
|
|
|