includes/clientside/static/editor.js
changeset 1346 b79029a49d28
parent 1344 dc96d6c5cd1e
equal deleted inserted replaced
1345:1de01205143b 1346:b79029a49d28
    14 {
    14 {
    15 	if ( KILL_SWITCH )
    15 	if ( KILL_SWITCH )
    16 		return true;
    16 		return true;
    17 	if ( editor_open )
    17 	if ( editor_open )
    18 		return true;
    18 		return true;
    19 	load_component(['l10n', 'template-compiler', 'messagebox', 'fadefilter', 'flyin', 'toolbar']);
    19 	load_component(['l10n', 'template-compiler', 'messagebox', 'fadefilter', 'flyin', 'toolbar', 'jquery', 'jquery-ui']);
    20 	selectButtonMinor('edit');
    20 	selectButtonMinor('edit');
    21 	selectButtonMajor('article');
    21 	selectButtonMajor('article');
    22 	setAjaxLoading();
    22 	setAjaxLoading();
    23 	
    23 	
    24 	var rev_id_uri = ( revid ) ? '&revid=' + revid : '';
    24 	var rev_id_uri = ( revid ) ? '&revid=' + revid : '';