equal
deleted
inserted
replaced
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 |