Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1235 Rev 1236
Línea 626... Línea 626...
626
    });
626
    });
Línea 627... Línea 627...
627
 
627
 
628
    /**
628
    /**
629
     * Clicked cancel new/edit Form
629
     * Clicked cancel new/edit Form
630
     */
630
     */
631
    $('button.btn-edit-cancel').click(function(e) {
-
 
632
        e.preventDefault();
631
    $('body').on('click', 'button.btn-edit-cancel', function(e) {
633
        $('#row-edit').hide();
632
        $('#row-edit').hide();
634
        $('#row-forms').show();
633
        $('#row-forms').show();
635
    });
634
    });