@@ -624,7 +624,7 @@
var must = 1,total = 0;
$.each($($(".commit_step_2")[1]).find("input"),function(){
if(this.checked){
- if($(this).val() == 0){
+ if($(this).val() == 1){
must = 0;
}
total++;