--- tinymce.module	2008-03-31 09:22:21.000000000 -0700
+++ tinymce.module	2008-10-10 10:27:37.000000000 -0700
@@ -243,7 +243,7 @@
       drupal_set_html_head('<style type="text/css" media="all">.mceEditor img { display: inline; }</style>');
     }
     // 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');
 
     // Set resizable to false to avoid drupal.js resizable function from taking control of the textarea
     $element['#resizable'] = FALSE;
