Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15432 | Rev 15434 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15432 Rev 15433
Línea 832... Línea 832...
832
    $('#select-competency').select2({
832
    $('#select-competency').select2({
833
        theme: 'bootstrap4',
833
        theme: 'bootstrap4',
834
        width: '100%',
834
        width: '100%',
835
    });
835
    });
Línea 836... Línea -...
836
 
-
 
837
    CKEDITOR.replace('functions');
-
 
838
    CKEDITOR.replace('objectives');
-
 
839
 
836
 
840
    CKEDITOR.editorConfig = function( config ) {
837
    CKEDITOR.editorConfig = function( config ) {
841
        config.toolbar = [ 'Source', '-', 'Bold', 'Italic' ]
838
        config.toolbar = [ 'Source', '-', 'Bold', 'Italic' ]
Línea -... Línea 839...
-
 
839
    };
-
 
840
 
-
 
841
    CKEDITOR.replace('functions');
842
    };
842
    CKEDITOR.replace('objectives');
Línea 843... Línea 843...
843
 
843
 
844
});
844
});
845
 
845