includes/clientside/static/editor.js
changeset 57 b354deeaa4c4
parent 40 723bb7acf914
child 117 7cfdbb2fd17a
--- 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);