diff --git a/templates/comments/media-js.html b/templates/comments/media-js.html
index c4ed03c..df9f711 100644
--- a/templates/comments/media-js.html
+++ b/templates/comments/media-js.html
@@ -39,6 +39,7 @@
$reply_form.prepend('x');
$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();