includes/clientside/static/editor.js
changeset 348 87e08a6e4fec
parent 336 bfa2e9c23f03
child 387 92664d2efab8
--- a/includes/clientside/static/editor.js	Thu Jan 03 18:39:19 2008 -0500
+++ b/includes/clientside/static/editor.js	Wed Jan 16 13:55:49 2008 -0500
@@ -33,7 +33,7 @@
 {
   if ( typeof(tinyMCE) == 'object' )
   {
-    if ( !KILL_SWITCH )
+    if ( !KILL_SWITCH && !DISABLE_MCE )
     {
       tinyMCE.init(enano_tinymce_options);
     }