make checkboxes larger and remove text clicking for completion

This commit is contained in:
Quincy Larson
2015-04-27 00:10:14 -07:00
parent 5be9dd2587
commit 45490f75c4
4 changed files with 15 additions and 8 deletions

View File

@@ -31,10 +31,6 @@ $(document).ready(function() {
.addClass('animated fadeInDown');
});
$('.step-text').on('click', function() {
$(this).parent().parent().parent().children().children('input').trigger('click');
});
$('.challenge-list-checkbox').on('change', function() {
var checkboxId = $(this).parent().parent().attr('id');
if ($(this).is(":checked")) {