Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4370 Rev 4371
Línea 520... Línea 520...
520
        $.ajax({
520
        $.ajax({
521
            'dataType' : 'json',
521
            'dataType' : 'json',
522
            'accept' : 'aplication/json',
522
            'accept' : 'aplication/json',
523
            'method' : 'get',
523
            'method' : 'get',
524
            'url': String('$routeType').replaceAll('UUID_PLACEHOLDER', uuid),
524
            'url': String('$routeType').replaceAll('UUID_PLACEHOLDER', uuid),
525
        }).done(function (reponse) {
525
        }).done(function (response) {
526
            console.log(response, arguments);
-
 
527
            $('#interview').html(response.data);
526
            $('#interview').html(response.data);
Línea 528... Línea 527...
528
 
527
 
529
        })
528
        })