--- tinymce.module 2007-05-05 18:41:35.000000000 -0700 +++ tinymce.module 2008-10-10 10:25:02.000000000 -0700 @@ -222,7 +222,7 @@ drupal_set_html_head(''); } // Load a TinyMCE init for each textarea. - if ($init) drupal_add_js($tinymce_invoke, 'inline'); + if ($init && $status == 'true') drupal_add_js($tinymce_invoke, 'inline'); //settings are saved as strings, not booleans if ($profile->settings['show_toggle'] == 'true') {