--- sites/all/modules/ajax_comments/ajax_comments.js	Sun Mar 14 13:48:12 2010
+++ sites/all/modules/ajax_comments/ajax_comments.js	Tue Oct 05 12:09:17 2010
@@ -727,6 +727,12 @@
     tinyMCE.triggerSave();
   }
   
+  //Update Ckeditor
+  if (typeof(CKEDITOR) != 'undefined') {
+    Drupal.ckeditorOff('edit-comment');
+    Drupal.ckeditorOn("edit-comment");
+  }
+  
   // Update FCKeditor.
   if (typeof(doFCKeditorSave) != 'undefined') {
     doFCKeditorSave();
