Fix Ctrl Enter bug
This commit is contained in:
parent
2d99a0363f
commit
aa43b26683
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
$reply_form.prepend('<a class="close">x</a>');
|
||||
$reply_form.find('form.comment-submit-form input#id_parent').val(parent);
|
||||
$reply_form.appendTo($comment_reply);
|
||||
register_dmmd_preview($('#' + reply_id + ' #id_body-preview'));
|
||||
}
|
||||
$comment_reply.fadeIn();
|
||||
|
||||
|
|
Loading…
Reference in a new issue