Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4133 Rev 4134
Línea 325... Línea 325...
325
        $('#row-form').show();
325
        $('#row-form').show();
326
        $('#row-list').hide();
326
        $('#row-list').hide();
327
        renderData([]);
327
        renderData([]);
328
        return false;
328
        return false;
329
    });
329
    });
330
    $("button.btn-edit").on('click', function(e) {
-
 
331
        $("button.btn-delete").confirmation('hide');
-
 
332
    });
-
 
333
    $('body').on('click', 'button.btn-edit', function(e) {
330
    $('body').on('click', 'button.btn-edit', function(e) {
334
        e.preventDefault();
331
        e.preventDefault();
-
 
332
        $("button.btn-delete").confirmation('hide');
335
        NProgress.start();
333
        NProgress.start();
336
        var action = $(this).data('href');
334
        var action = $(this).data('href');
337
        $.ajax({
335
        $.ajax({
338
            'dataType': 'json',
336
            'dataType': 'json',
339
            'method': 'get',
337
            'method': 'get',