Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3122 Rev 3123
Línea 439... Línea 439...
439
        $('#interview #form-continue').val('0')
439
        $('#interview #form-continue').val('0')
440
        $('#form-interview').submit();
440
        $('#form-interview').submit();
441
    });
441
    });
Línea 442... Línea 442...
442
 
442
 
443
    $('#vacancy_uuid').on('change', function () {
443
    $('#vacancy_uuid').on('change', function () {
Línea 444... Línea 444...
444
        $('#candidate_uuid').html('');
444
       // $('#candidate_uuid').html('');
445
 
445
 
446
        $.ajax({
446
        $.ajax({
447
            'dataType': 'json',
447
            'dataType': 'json',
Línea 467... Línea 467...
467
 
467
 
468
            $('#job-description').html($('#job-description-template').render(response.data));
468
            $('#job-description').html($('#job-description-template').render(response.data));
469
        })
469
        })
Línea 470... Línea 470...
470
    });
470
    });
Línea 471... Línea 471...
471
 
471
 
472
 //  $('#vacancy_uuid').change();
472
   $('#vacancy_uuid').change();
473
 
473