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
  • Loading branch information
TMSWhite committed Jul 20, 2012
1 parent 62cd572 commit c27f1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qanda.php
Expand Up @@ -956,6 +956,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 c27f1ce

Please sign in to comment.