Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 391 Rev 392
Línea 309... Línea 309...
309
    /**
309
    /**
310
     * Clicked edit question
310
     * Clicked edit question
311
     */
311
     */
312
    $('body').on('click', 'button.btn-add-status', function(e) {
312
    $('body').on('click', 'button.btn-add-status', function(e) {
313
        e.preventDefault();
313
        e.preventDefault();
314
        objFormGenerator.editQuestion(
-
 
315
            $(this).data('section'),
-
 
316
            $(this).data('question'),
-
 
317
            true
314
        alert(0)
318
        );
315
        
319
    });
316
    });
320
    /**
317
    /**
321
     * Clicked edit question
318
     * Clicked edit question
322
     */
319
     */
323
    $('body').on('click', 'button.btn-remove-status', function(e) {
320
    $('body').on('click', 'button.btn-remove-status', function(e) {
324
        e.preventDefault();
321
        e.preventDefault();
325
        objFormGenerator.editQuestion(
-
 
326
            $(this).data('section'),
-
 
327
            $(this).data('question'),
-
 
328
            false
322
        alert(1)
329
        );
-
 
330
    });
323
    });
331
    /**
324
    /**
332
     * Clicked on edit form
325
     * Clicked on edit form
333
     */
326
     */
334
    $('body').on('click', 'button.btn-edit-form', function(e) {
327
    $('body').on('click', 'button.btn-edit-form', function(e) {