? .cvsignore
? ckeditor-665108.patch
Index: includes/ckeditor.utils.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ckeditor/includes/ckeditor.utils.js,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 ckeditor.utils.js
--- includes/ckeditor.utils.js	10 Dec 2009 09:16:57 -0000	1.1.2.1
+++ includes/ckeditor.utils.js	22 Dec 2009 09:18:30 -0000
@@ -57,6 +57,7 @@ Drupal.ckeditorOn = function(textarea_id
 
     teaser.buttonContainer.hide();
     teaser.textareaContainer.hide();
+    teaser.checkboxContainer.show();
   }
 
   if (($("#" + textarea_id).val().length > 0) && ($("#" + textarea_id).attr('class').indexOf("filterxss1") != -1 || $("#" + textarea_id).attr('class').indexOf("filterxss2") != -1)) {