Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 476 Rev 477
Línea 521... Línea 521...
521
     */
521
     */
522
    $('#form-review #question-value').inputNumberFormat({
522
    $('#form-review #question-value').inputNumberFormat({
523
        'decimal': 2
523
        'decimal': 2
524
    });
524
    });
Línea 525... Línea -...
525
 
-
 
526
    
525
 
Línea -... Línea 526...
-
 
526
});
527
 
527
 
528
 
528
$(document).ready(function () {
-
 
529
$('#only_pending :checkbox').change(function () {
-
 
530
    alert('changed');
-
 
531
    if( $('#only_pending').attr('checked') ) {
-
 
532
  console.log('seleccionado')
529
    $('#only_pending :checkbox').change(function () {
533
}
-
 
534
 
530
    alert('changed');
535
  });
-
 
536
  
-
 
537
});
-
 
538
 
-
 
539
 
-
 
540
 
-
 
541
 
531
  });
542
 
532
});
543
 
533
JS;
544
JS;
Línea 534... Línea 545...
534
$this->inlineScript()->captureEnd();
545
$this->inlineScript()->captureEnd();