includes/clientside/static/editor.js
changeset 58 8f532d8ab5f5
parent 57 b354deeaa4c4
child 117 7cfdbb2fd17a
equal deleted inserted replaced
48:fc9762553a3c 58:8f532d8ab5f5
    14       theme_advanced_toolbar_align : "left",
    14       theme_advanced_toolbar_align : "left",
    15       theme_advanced_buttons1_add : "fontselect,fontsizeselect",
    15       theme_advanced_buttons1_add : "fontselect,fontsizeselect",
    16       theme_advanced_buttons3_add_before : "tablecontrols,separator",
    16       theme_advanced_buttons3_add_before : "tablecontrols,separator",
    17       theme_advanced_statusbar_location : 'bottom'
    17       theme_advanced_statusbar_location : 'bottom'
    18     }
    18     }
    19     tinyMCE.init(options);
    19     if ( !KILL_SWITCH )
       
    20     {
       
    21       tinyMCE.init(options);
       
    22     }
    20   }
    23   }
    21 }
    24 }
    22 addOnloadHook(initTinyMCE);
    25 addOnloadHook(initTinyMCE);
    23 
    26