diff -r 299a90e28abc -r 87e08a6e4fec includes/clientside/static/editor.js --- 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); }