mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 15:47:40 +01: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