diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-18 23:26:53 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-18 23:26:53 +0000 |
commit | b39be71a4e8c0ccd24e232fa49daca87ae29a797 (patch) | |
tree | 1296fa92e00f9c553e1645d1a76ad68f8d2fe92e /modules/comment | |
parent | f0eb8cb6416c7eb1586dbaa671569d7ca3355958 (diff) |
We don't need to reset the form anymore, since it's reset on the server side.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/js/comment.js | 1 |
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(); } } }); |