diff -r eb8eacb056d1 -r b354deeaa4c4 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Mon Jul 09 15:30:22 2007 -0400 +++ b/includes/clientside/static/editor.js Mon Jul 09 22:01:27 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);