Skip to content

Commit

Permalink
Merge pull request #5782 from christianseel/patch-7
Browse files Browse the repository at this point in the history
fix bug with radio and checkbox validation
  • Loading branch information
gakimball committed Oct 9, 2014
2 parents 08afa17 + 2e25d95 commit 9d9666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/foundation/foundation.abide.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
}
$(el).triggerHandler('invalid');
}
validations.push(el_validations[0]);
}
validations.push(el_validations[0]);
}
validations = [validations.every(function(valid){return valid;})];
return validations;
Expand Down

0 comments on commit 9d9666b

Please sign in to comment.