Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 396 Rev 397
Línea 316... Línea 316...
316
        objFormGenerator.editQuestion(
316
        objFormGenerator.editQuestion(
317
            $(this).data('section'),
317
            $(this).data('section'),
318
            $(this).data('question'),
318
            $(this).data('question'),
319
            true
319
            true
320
        );
320
        );
-
 
321
        renderSectionData(objFormGenerator.sections);
321
    });
322
    });
322
    /**
323
    /**
323
     * Clicked edit question
324
     * Clicked edit question
324
     */
325
     */
325
    $('body').on('click', 'button.btn-remove-status', function(e) {
326
    $('body').on('click', 'button.btn-remove-status', function(e) {
Línea 327... Línea 328...
327
        objFormGenerator.editQuestion(
328
        objFormGenerator.editQuestion(
328
            $(this).data('section'),
329
            $(this).data('section'),
329
            $(this).data('question'),
330
            $(this).data('question'),
330
            false
331
            false
331
        );
332
        );
-
 
333
        renderSectionData(objFormGenerator.sections);
332
    });
334
    });
333
    /**
335
    /**
334
     * Clicked on edit form
336
     * Clicked on edit form
335
     */
337
     */
336
    $('body').on('click', 'button.btn-edit-form', function(e) {
338
    $('body').on('click', 'button.btn-edit-form', function(e) {