Skip to content

Commit

Permalink
Fixed issue #06349: condition does not work while using slider with s…
Browse files Browse the repository at this point in the history
…tars

Dev this fixes bug from 1.92, but stars do not display at all in 2.0, so there is an additional bug there.
  • Loading branch information
TMSWhite committed Jul 20, 2012
1 parent 3244e38 commit d1a5d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/qanda_helper.php
Expand Up @@ -1015,6 +1015,7 @@ function do_5pointchoice($ia)
$('#$id input').each(function(){ $(this).removeAttr('checked');});
$('#answer$ia[1]'+value).attr('checked','checked');
}
checkconditions(value,'$ia[1]','radio');
}
});
Expand Down

0 comments on commit d1a5d52

Please sign in to comment.