Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1100 Rev 1229
Línea 569... Línea 569...
569
     */
569
     */
570
    $('button.btn-refresh').click(function(e) {
570
    $('button.btn-refresh').click(function(e) {
571
        tableForm.fnDraw();
571
        tableForm.fnDraw();
572
        return;
572
        return;
573
    });
573
    });
-
 
574
 
-
 
575
    $('#job_description_id').select2({
-
 
576
        theme: 'bootstrap4',
-
 
577
        width: '100%',
-
 
578
    });
574
});
579
});
575
JS;
580
JS;
Línea 576... Línea 581...
576
 
581
 
577
$this->inlineScript()->captureEnd();
582
$this->inlineScript()->captureEnd();