mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 12:06:17 +02:00
closes #1498
This commit is contained in:
@@ -610,6 +610,8 @@ define(['taskbar'], function(taskbar) {
|
||||
thumbToggleBtnEl.removeClass('hide');
|
||||
}
|
||||
};
|
||||
|
||||
postData.title = $('<div></div>').html(postData.title).text();
|
||||
|
||||
if (parseInt(postData.tid, 10) > 0) {
|
||||
translator.translate('[[topic:composer.replying_to, ' + postData.title + ']]', function(newTitle) {
|
||||
|
||||
Reference in New Issue
Block a user