includes/clientside/static/editor.js
changeset 348 87e08a6e4fec
parent 336 bfa2e9c23f03
child 387 92664d2efab8
equal deleted inserted replaced
347:299a90e28abc 348:87e08a6e4fec
    31 
    31 
    32 var initTinyMCE = function(e)
    32 var initTinyMCE = function(e)
    33 {
    33 {
    34   if ( typeof(tinyMCE) == 'object' )
    34   if ( typeof(tinyMCE) == 'object' )
    35   {
    35   {
    36     if ( !KILL_SWITCH )
    36     if ( !KILL_SWITCH && !DISABLE_MCE )
    37     {
    37     {
    38       tinyMCE.init(enano_tinymce_options);
    38       tinyMCE.init(enano_tinymce_options);
    39     }
    39     }
    40   }
    40   }
    41 }
    41 }