summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-18 23:26:53 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-18 23:26:53 +0000
commitb39be71a4e8c0ccd24e232fa49daca87ae29a797 (patch)
tree1296fa92e00f9c553e1645d1a76ad68f8d2fe92e /modules
parentf0eb8cb6416c7eb1586dbaa671569d7ca3355958 (diff)
We don't need to reset the form anymore, since it's reset on the server side.
Diffstat (limited to 'modules')
-rw-r--r--modules/comment/js/comment.js1
1 files changed, 0 insertions, 1 deletions
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("<li>"+data+"</li>");
$("#gComments .gBlockContent ul:first li:last").hide().slideDown();
});
- $("#gComments form").resetForm();
}
}
});