--- ajax_comments.js.orig       2009-04-21 20:38:52.000000000 +0000+++ ajax_comments.js    2009-04-28 12:28:45.000000000 +0000@@ -460,6 +460,7 @@ function ajax_comments_attach_editors()   if (typeof(Drupal.wysiwyg) != undefined) {     $('#comment-form input.wysiwyg-processed:checked').each(function() {       var params = Drupal.wysiwyg.getParams(this);+      Drupal.wysiwygDetach($(this), params);       Drupal.wysiwygAttach($(this), params);     });     return;@@ -551,4 +552,4 @@ function ajax_comments_hide_progress(con     context = '#comment-form-content';   }   $('#comment-form .ajax-comments-loader', context).fadeOut(speed, function(){ $(this).remove(); });-}\ No newline at end of file+}