Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8738 Rev 8743
Línea 526... Línea 526...
526
            'accept' : 'aplication/json',
526
            'accept' : 'aplication/json',
527
            'method' : 'get',
527
            'method' : 'get',
528
            'url': String('$routeType').replaceAll('UUID_PLACEHOLDER', uuid),
528
            'url': String('$routeType').replaceAll('UUID_PLACEHOLDER', uuid),
529
        }).done(function (response) {
529
        }).done(function (response) {
530
            $('#interview').html(response.data);
530
            $('#interview').html(response.data);
-
 
531
            $('#main').fnDraw();
Línea 531... Línea 532...
531
 
532
 
532
        })
533
        })
Línea 533... Línea 534...
533
    })
534
    })