Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1391 Rev 1392
Línea 224... Línea 224...
224
    /**
224
    /**
225
     * Clicked on edit form
225
     * Clicked on edit form
226
     */
226
     */
227
    $('body').on('click', 'button.btn-edit-form', function(e) {
227
    $('body').on('click', 'button.btn-edit-form', function(e) {
228
        e.preventDefault();
228
        e.preventDefault();
229
        renderCompetenciesData([]);
-
 
230
        form_id = $(this).data('id')
229
        form_id = $(this).data('id')
231
        var action = $(this).data('href');
230
        var action = $(this).data('href');
232
        $.ajax({
231
        $.ajax({
233
            'dataType': 'json',
232
            'dataType': 'json',
234
            'accept': 'application/json',
233
            'accept': 'application/json',