mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-19 04:57:54 +01:00
closes #2853
This commit is contained in:
@@ -397,7 +397,7 @@ define('composer', [
|
||||
var titleEl = postContainer.find('.title');
|
||||
|
||||
if (parseInt(postData.tid, 10) > 0) {
|
||||
titleEl.translateVal('[[topic:composer.replying_to, ' + postData.title + ']]');
|
||||
titleEl.translateVal('[[topic:composer.replying_to, "' + postData.title + '"]]');
|
||||
titleEl.prop('disabled', true);
|
||||
} else if (parseInt(postData.pid, 10) > 0) {
|
||||
titleEl.val(postData.title);
|
||||
@@ -531,7 +531,7 @@ define('composer', [
|
||||
$('body').css({'margin-bottom': 0});
|
||||
$('[data-action="post"]').removeAttr('disabled');
|
||||
|
||||
|
||||
|
||||
$('html').removeClass('composing mobile');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user