diff --git a/modules/comment/js/comment.js b/modules/comment/js/comment.js index 2cf6a576..b000a3a2 100644 --- a/modules/comment/js/comment.js +++ b/modules/comment/js/comment.js @@ -15,7 +15,6 @@ function ajaxify_comment_form() { $("#gComments .gBlockContent ul:first").append("
  • "+data+"
  • "); $("#gComments .gBlockContent ul:first li:last").hide().slideDown(); }); - $("#gComments form").resetForm(); } } });