Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 436 Rev 437
Línea 506... Línea 506...
506
     * Clicked refresh button
506
     * Clicked refresh button
507
     */
507
     */
508
    $('button.btn-refresh').click(function(e) {
508
    $('button.btn-refresh').click(function(e) {
509
        tableForm.fnDraw();
509
        tableForm.fnDraw();
510
    });
510
    });
511
    /**
-
 
512
     * Format input number (Form Option) 
-
 
513
     */
-
 
514
    $('#form-review #question-value').inputNumberFormat({
-
 
515
        'decimal': 2
-
 
516
    });
-
 
517
});
511
});
518
JS;
512
JS;
519
$this->inlineScript()->captureEnd();
513
$this->inlineScript()->captureEnd();
520
?>
514
?>