Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16906 Rev 16918
Línea 451... Línea 451...
451
        $('#row-form').hide();
451
        $('#row-form').hide();
452
        $('#row-list').show();
452
        $('#row-list').show();
453
    });
453
    });
Línea 454... Línea 454...
454
 
454
 
455
    $('#form #competency_type_id').select2({
455
    $('#form #competency_type_id').select2({
456
        theme: 'bootstrap4',
456
        theme: 'bootstrap-5',
457
        width: '100%',
457
        width: '100%',
Línea 458... Línea 458...
458
    });
458
    });
459
 
459
 
460
    $('#select-behavior').select2({
460
    $('#select-behavior').select2({
461
        theme: 'bootstrap4',
461
        theme: 'bootstrap-5',
Línea 462... Línea 462...
462
        width: '100%',
462
        width: '100%',
463
    });
463
    });