diff -r fc9762553a3c -r 8f532d8ab5f5 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Fri Jul 06 11:45:50 2007 -0400 +++ b/includes/clientside/static/editor.js Tue Jul 10 00:40:52 2007 -0400 @@ -16,7 +16,10 @@ theme_advanced_buttons3_add_before : "tablecontrols,separator", theme_advanced_statusbar_location : 'bottom' } - tinyMCE.init(options); + if ( !KILL_SWITCH ) + { + tinyMCE.init(options); + } } } addOnloadHook(initTinyMCE);