Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4369 Rev 4370
Línea 521... Línea 521...
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 (reponse) {
-
 
526
            console.log(response, arguments);
526
            $('#interview').html(response.data);
527
            $('#interview').html(response.data);
Línea 527... Línea 528...
527
 
528
 
528
        })
529
        })