Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1154 Rev 1157
Línea 329... Línea 329...
329
    });
329
    });
330
    $('body').on('click', 'button.btn-edit', function(e) {
330
    $('body').on('click', 'button.btn-edit', function(e) {
331
        e.preventDefault();
331
        e.preventDefault();
332
        NProgress.start();
332
        NProgress.start();
333
        var action = $(this).data('href');
333
        var action = $(this).data('href');
334
        renderData([]);
-
 
335
        $.ajax({
334
        $.ajax({
336
            'dataType': 'json',
335
            'dataType': 'json',
337
            'method': 'get',
336
            'method': 'get',
338
            'url': action,
337
            'url': action,
339
        }).done(function(response) {
338
        }).done(function(response) {