We don't need to reset the form anymore, since it's reset on the server side.

This commit is contained in:
Bharat Mediratta
2009-01-18 23:26:53 +00:00
parent f0eb8cb641
commit b39be71a4e
-1
View File
@@ -15,7 +15,6 @@ function ajaxify_comment_form() {
$("#gComments .gBlockContent ul:first").append("<li>"+data+"</li>");
$("#gComments .gBlockContent ul:first li:last").hide().slideDown();
});
$("#gComments form").resetForm();
}
}
});