diff --git a/includes/ckeditor.utils.js b/includes/ckeditor.utils.js index 0943525..e7ae9f2 100644 --- a/includes/ckeditor.utils.js +++ b/includes/ckeditor.utils.js @@ -275,8 +275,7 @@ window.CKEDITOR_BASEPATH = Drupal.settings.ckeditor.editor_path; var ta_id=$(this).attr("id"); if (CKEDITOR.instances[ta_id]) $('#'+ta_id).val(CKEDITOR.instances[ta_id].getData()); - Drupal.ckeditorOff(ta_id); - }).removeClass('ckeditor-processed'); + }); } }; })(jQuery);