Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3427 Rev 3428
Línea 444... Línea 444...
444
    });
444
    });
Línea 445... Línea 445...
445
 
445
 
446
    $('#vacancy_uuid').on('change', function (event) {
446
    $('#vacancy_uuid').on('change', function (event) {
Línea 447... Línea -...
447
        $('#candidate_uuid').html('');
-
 
448
 
-
 
449
       
-
 
450
 
-
 
451
        var uuid = event.target.value;
-
 
452
        
-
 
453
        $("#add-button").data('url', String('$routeAdd').replaceAll('UUID_PLACEHOLDER', uuid))
447
        $('#candidate_uuid').html('');
454
 
448
 
455
        $.ajax({
449
        $.ajax({
456
            'dataType': 'json',
450
            'dataType': 'json',
457
            'accept': 'application/json',
451
            'accept': 'application/json',