diff --git a/fluent_comments/static/fluent_comments/js/ajaxcomments.js b/fluent_comments/static/fluent_comments/js/ajaxcomments.js index 1e31cf8..5d7be61 100644 --- a/fluent_comments/static/fluent_comments/js/ajaxcomments.js +++ b/fluent_comments/static/fluent_comments/js/ajaxcomments.js @@ -170,6 +170,7 @@ removeThreadedPreview(); $('.js-comments-form:first').appendTo($comment); $($comment.find('#id_parent')[0]).val(comment_id); + $('.comment-cancel-reply-link').attr('href', '#c' + comment_id); }