diff --git a/ajax_comments.js b/ajax_comments.js
index 97a4f4f..3f4a2d9 100644
--- a/ajax_comments.js
+++ b/ajax_comments.js
@@ -38,7 +38,7 @@ Drupal.behaviors.ajaxComments = {
         click: function(e) {
           commentNumber = $(this).attr("id").split('-');
           // Reshow the form.
-          $('[about="/comment/' + commentNumber[1] + '#comment-' + commentNumber[1] + '"]').next().show();
+          $('#comment-wrapper-' + commentNumber[1] + ' .comment-form').show();
 
           // Don't let people reply over and over.
           $(this).hide();
