Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4132 Rev 4133
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
    });
330
    $('body').on('click', 'button.btn-edit', function(e) {
333
    $('body').on('click', 'button.btn-edit', function(e) {
331
        e.preventDefault();
334
        e.preventDefault();
332
        NProgress.start();
335
        NProgress.start();
333
        var action = $(this).data('href');
336
        var action = $(this).data('href');
334
        $.ajax({
337
        $.ajax({