From b39be71a4e8c0ccd24e232fa49daca87ae29a797 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 18 Jan 2009 23:26:53 +0000 Subject: We don't need to reset the form anymore, since it's reset on the server side. --- modules/comment/js/comment.js | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/comment/js') 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(); } } }); -- cgit v1.2.3