Fix Ctrl Enter bug

This commit is contained in:
cuom1999 2020-10-19 22:53:07 -05:00
parent 2d99a0363f
commit aa43b26683

View file

@ -39,6 +39,7 @@
$reply_form.prepend('<a class="close">x</a>'); $reply_form.prepend('<a class="close">x</a>');
$reply_form.find('form.comment-submit-form input#id_parent').val(parent); $reply_form.find('form.comment-submit-form input#id_parent').val(parent);
$reply_form.appendTo($comment_reply); $reply_form.appendTo($comment_reply);
register_dmmd_preview($('#' + reply_id + ' #id_body-preview'));
} }
$comment_reply.fadeIn(); $comment_reply.fadeIn();